summaryrefslogtreecommitdiff
path: root/apps/tagcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tagcache.h')
-rw-r--r--apps/tagcache.h1
1 files changed, 1 insertions, 0 deletions
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
50 int tag; 50 int tag;
51 int type; 51 int type;
52 bool numeric; 52 bool numeric;
53 bool input;
53 long numeric_data; 54 long numeric_data;
54 char str[32]; 55 char str[32];
55}; 56};