summaryrefslogtreecommitdiff
path: root/apps/dbtree.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/dbtree.h')
-rw-r--r--apps/dbtree.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/dbtree.h b/apps/dbtree.h
index b0c726881f..5cf2e4feed 100644
--- a/apps/dbtree.h
+++ b/apps/dbtree.h
@@ -22,7 +22,8 @@
22#include "tree.h" 22#include "tree.h"
23 23
24enum table { invalid, root, allsongs, allalbums, allartists, 24enum table { invalid, root, allsongs, allalbums, allartists,
25 albums4artist, songs4album }; 25 albums4artist, songs4album,
26 search, searchartists, searchalbums, searchsongs };
26 27
27int db_init(void); 28int db_init(void);
28int db_enter(struct tree_context* c); 29int db_enter(struct tree_context* c);