diff options
author | Bertrik Sikken <bertrik@sikken.nl> | 2008-05-03 08:35:14 +0000 |
---|---|---|
committer | Bertrik Sikken <bertrik@sikken.nl> | 2008-05-03 08:35:14 +0000 |
commit | e15f8a21a971920558a6f463586b16a0ee49ad79 (patch) | |
tree | 91d6771d0979c43e5390dc1de0ba79cd0638ba25 /apps/tagcache.h | |
parent | 9c1ab1f0572da9d68f45fc8cb6c361cee0b33376 (diff) | |
download | rockbox-e15f8a21a971920558a6f463586b16a0ee49ad79.tar.gz rockbox-e15f8a21a971920558a6f463586b16a0ee49ad79.zip |
Made source files #include the header file that they implement to make sure they are in sync. Made some local functions static.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17312 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/tagcache.h')
-rw-r--r-- | apps/tagcache.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/tagcache.h b/apps/tagcache.h index 51b063d7ff..143062a95f 100644 --- a/apps/tagcache.h +++ b/apps/tagcache.h @@ -169,8 +169,9 @@ struct tagcache_search { int idx_id; }; -#ifdef __PCTOOL__ void build_tagcache(const char *path); + +#ifdef __PCTOOL__ void tagcache_reverse_scan(void); #endif |