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, 0 insertions, 1 deletions
diff --git a/apps/tagcache.h b/apps/tagcache.h
index 5140aa1989..771629f6f2 100644
--- a/apps/tagcache.h
+++ b/apps/tagcache.h
@@ -142,7 +142,6 @@ void build_tagcache(const char *path);
142void tagcache_reverse_scan(void); 142void tagcache_reverse_scan(void);
143#endif 143#endif
144 144
145int tagcache_str_to_tag(const char *str);
146const char* tagcache_tag_to_str(int tag); 145const char* tagcache_tag_to_str(int tag);
147 146
148bool tagcache_is_numeric_tag(int type); 147bool tagcache_is_numeric_tag(int type);