summaryrefslogtreecommitdiff
path: root/apps/tree.h
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2005-09-14 09:07:05 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2005-09-14 09:07:05 +0000
commit74353a7fe46c5d6973bffb2488f7c8276e088e80 (patch)
tree807383a9bb7b21b9dcd4850307f2f1ff861a7bc8 /apps/tree.h
parent7b86bade5963dc47d3368e9a6e4fc002db79159e (diff)
downloadrockbox-74353a7fe46c5d6973bffb2488f7c8276e088e80.tar.gz
rockbox-74353a7fe46c5d6973bffb2488f7c8276e088e80.zip
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
Diffstat (limited to 'apps/tree.h')
-rw-r--r--apps/tree.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/tree.h b/apps/tree.h
index 41ef0e527f..a6c41f2af5 100644
--- a/apps/tree.h
+++ b/apps/tree.h
@@ -193,5 +193,7 @@ char *getcwd(char *buf, int size);
193void reload_directory(void); 193void reload_directory(void);
194bool check_rockboxdir(void); 194bool check_rockboxdir(void);
195struct tree_context* tree_get_context(void); 195struct tree_context* tree_get_context(void);
196void tree_flush(void);
197void tree_restore(void);
196 198
197#endif 199#endif