summaryrefslogtreecommitdiff
path: root/apps/dbtree.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/dbtree.h')
-rw-r--r--apps/dbtree.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/dbtree.h b/apps/dbtree.h
index 414aa6f19f..5fa09b0eaf 100644
--- a/apps/dbtree.h
+++ b/apps/dbtree.h
@@ -21,13 +21,13 @@
21 21
22#include "tree.h" 22#include "tree.h"
23 23
24enum table { invalid, allsongs, allalbums, allartists, albums, songs }; 24enum table { invalid, allsongs, allalbums, allartists,
25 albums4artist, songs4album };
25 26
26int db_init(void); 27int db_init(void);
27void db_enter(struct tree_context* c); 28void db_enter(struct tree_context* c);
28void db_exit(struct tree_context* c); 29void db_exit(struct tree_context* c);
29int db_load(struct tree_context* c, 30int db_load(struct tree_context* c);
30 bool* dir_buffer_full);
31#ifdef HAVE_LCD_BITMAP 31#ifdef HAVE_LCD_BITMAP
32const char* db_get_icon(struct tree_context* c); 32const char* db_get_icon(struct tree_context* c);
33#else 33#else