diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2005-09-14 09:07:05 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2005-09-14 09:07:05 +0000 |
| commit | 74353a7fe46c5d6973bffb2488f7c8276e088e80 (patch) | |
| tree | 807383a9bb7b21b9dcd4850307f2f1ff861a7bc8 /apps/tree.h | |
| parent | 7b86bade5963dc47d3368e9a6e4fc002db79159e (diff) | |
| download | rockbox-74353a7fe46c5d6973bffb2488f7c8276e088e80.zip rockbox-74353a7fe46c5d6973bffb2488f7c8276e088e80.tar.gz rockbox-74353a7fe46c5d6973bffb2488f7c8276e088e80.tar.bz2 rockbox-74353a7fe46c5d6973bffb2488f7c8276e088e80.tar.xz | |
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.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |