diff options
| author | Miika Pekkarinen <miipekk@ihme.org> | 2006-10-24 16:20:48 +0000 |
|---|---|---|
| committer | Miika Pekkarinen <miipekk@ihme.org> | 2006-10-24 16:20:48 +0000 |
| commit | 02df5a80680c8b7bd9e89e93a675cb8e2b3c1c3d (patch) | |
| tree | 7d90144fbfa1755dfb20b8703d04d5531d6247e5 /apps/tagcache.h | |
| parent | 748036bb70f6c57c4ecb473b7391e90bacade427 (diff) | |
| download | rockbox-02df5a80680c8b7bd9e89e93a675cb8e2b3c1c3d.zip rockbox-02df5a80680c8b7bd9e89e93a675cb8e2b3c1c3d.tar.gz rockbox-02df5a80680c8b7bd9e89e93a675cb8e2b3c1c3d.tar.bz2 rockbox-02df5a80680c8b7bd9e89e93a675cb8e2b3c1c3d.tar.xz | |
Allow all tag type in formatting string. Included example with
tagnavi.config.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11324 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/tagcache.h')
| -rw-r--r-- | apps/tagcache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tagcache.h b/apps/tagcache.h index 37423e6..cdd4722 100644 --- a/apps/tagcache.h +++ b/apps/tagcache.h @@ -150,7 +150,7 @@ bool tagcache_search_add_clause(struct tagcache_search *tcs, struct tagcache_search_clause *clause); bool tagcache_get_next(struct tagcache_search *tcs); bool tagcache_retrieve(struct tagcache_search *tcs, int idxid, - char *buf, long size); + int tag, char *buf, long size); void tagcache_search_finish(struct tagcache_search *tcs); long tagcache_get_numeric(const struct tagcache_search *tcs, int tag); long tagcache_increase_serial(void); |