summaryrefslogtreecommitdiff
path: root/apps/tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tree.h')
-rw-r--r--apps/tree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/tree.h b/apps/tree.h
index 2d50387034..3b31d02451 100644
--- a/apps/tree.h
+++ b/apps/tree.h
@@ -70,6 +70,7 @@ struct tree_context {
70 int sort_dir; /* directory sort order */ 70 int sort_dir; /* directory sort order */
71}; 71};
72 72
73void tree_drawlists(void);
73void tree_mem_init(void); 74void tree_mem_init(void);
74void tree_gui_init(void); 75void tree_gui_init(void);
75void get_current_file(char* buffer, int buffer_len); 76void get_current_file(char* buffer, int buffer_len);