From 74353a7fe46c5d6973bffb2488f7c8276e088e80 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Wed, 14 Sep 2005 09:07:05 +0000 Subject: The database is now always synched when entering USB mode or shutting down, and not only in the tree browser git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7516 a1c6a512-1295-4272-9138-f99709370657 --- apps/tree.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/tree.h') diff --git a/apps/tree.h b/apps/tree.h index 41ef0e5..a6c41f2 100644 --- a/apps/tree.h +++ b/apps/tree.h @@ -193,5 +193,7 @@ char *getcwd(char *buf, int size); void reload_directory(void); bool check_rockboxdir(void); struct tree_context* tree_get_context(void); +void tree_flush(void); +void tree_restore(void); #endif -- cgit v1.1