From 2cda994431174ab809143761a3c72412acc54dc3 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Sun, 10 Jun 2007 10:41:27 +0000 Subject: Move the root_menu() call out of tree.c. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13609 a1c6a512-1295-4272-9138-f99709370657 --- apps/tree.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/tree.h') diff --git a/apps/tree.h b/apps/tree.h index 0d783b4b0e..96cb712a1a 100644 --- a/apps/tree.h +++ b/apps/tree.h @@ -67,8 +67,8 @@ struct tree_context { bool dirfull; }; -void tree_init(void); -void browse_root(void); +void tree_mem_init(void); +void tree_gui_init(void); void get_current_file(char* buffer, int buffer_len); int rockbox_browse(const char *root, int dirfilter); bool create_playlist(void); -- cgit v1.2.3