From 4a63c09c8633cd7305af01d1f270125f7bd12a1e Mon Sep 17 00:00:00 2001 From: Miika Pekkarinen Date: Tue, 4 Apr 2006 19:28:13 +0000 Subject: Initial support for the advanced conditional fully configurable tagcache browser. Browsing not supported by numeric tags yet, and some features work currently only when tagcache is loaded in ram. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9501 a1c6a512-1295-4272-9138-f99709370657 --- apps/tagcache.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/tagcache.h') diff --git a/apps/tagcache.h b/apps/tagcache.h index 052d71b42b..82d475811f 100644 --- a/apps/tagcache.h +++ b/apps/tagcache.h @@ -50,6 +50,7 @@ struct tagcache_search_clause int tag; int type; bool numeric; + bool input; long numeric_data; char str[32]; }; -- cgit v1.2.3