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 a1e132f775..eb0aa8b98a 100644
--- a/apps/tree.h
+++ b/apps/tree.h
@@ -32,6 +32,7 @@
32#define TREE_ATTR_LNG 0x1000 /* binary lang file */ 32#define TREE_ATTR_LNG 0x1000 /* binary lang file */
33#define TREE_ATTR_MASK 0xffd0 /* which bits tree.c uses (above + DIR) */ 33#define TREE_ATTR_MASK 0xffd0 /* which bits tree.c uses (above + DIR) */
34 34
35void tree_init(void);
35void browse_root(void); 36void browse_root(void);
36void set_current_file(char *path); 37void set_current_file(char *path);
37bool dirbrowse(char *root); 38bool dirbrowse(char *root);