From efe73e143ad8997a791b895c9ee21a68b6570429 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Tue, 31 Jul 2012 10:33:27 +0200 Subject: Fix database tool. It was also broken functionally, probably since a while.So restore the functionality. Run it on the dap, the tcd files will be placed into .rockbox folder. Change-Id: Id7a6ce4389dfaf99799258902be80d630af0601c --- apps/tagcache.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'apps/tagcache.h') diff --git a/apps/tagcache.h b/apps/tagcache.h index c1d0df9bcd..dbe1c92d39 100644 --- a/apps/tagcache.h +++ b/apps/tagcache.h @@ -203,13 +203,13 @@ struct tagcache_search { #ifdef __PCTOOL__ void tagcache_reverse_scan(void); +/* call this directly instead of tagcache_build in order to not pull + * on global_settings */ +void do_tagcache_build(const char *path[]); #endif const char* tagcache_tag_to_str(int tag); -#ifdef CPU_SH -bool tagcache_is_numeric_tag(int type); -#endif bool tagcache_find_index(struct tagcache_search *tcs, const char *filename); bool tagcache_check_clauses(struct tagcache_search *tcs, struct tagcache_search_clause **clause, int count); -- cgit v1.2.3