From 196376c3c2b74a1f0f6f3040f833491d1b45e5f6 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Tue, 30 Aug 2005 07:52:36 +0000 Subject: Added ID3 database support for individual tracks in the context menu git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7421 a1c6a512-1295-4272-9138-f99709370657 --- apps/dbtree.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'apps/dbtree.h') diff --git a/apps/dbtree.h b/apps/dbtree.h index 1e26f5d521..50d34b2a82 100644 --- a/apps/dbtree.h +++ b/apps/dbtree.h @@ -34,8 +34,7 @@ const char* db_get_icon(struct tree_context* c); #else int db_get_icon(struct tree_context* c); #endif - - +int db_get_filename(struct tree_context* c, char *buf, int buflen); #endif -- cgit v1.2.3