diff options
Diffstat (limited to 'apps/tree.h')
| -rw-r--r-- | apps/tree.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/tree.h b/apps/tree.h index a1e132f..eb0aa8b 100644 --- a/apps/tree.h +++ b/apps/tree.h @@ -32,6 +32,7 @@ #define TREE_ATTR_LNG 0x1000 /* binary lang file */ #define TREE_ATTR_MASK 0xffd0 /* which bits tree.c uses (above + DIR) */ +void tree_init(void); void browse_root(void); void set_current_file(char *path); bool dirbrowse(char *root); |