diff options
author | Linus Nielsen Feltzing <linus@haxx.se> | 2005-06-23 01:31:26 +0000 |
---|---|---|
committer | Linus Nielsen Feltzing <linus@haxx.se> | 2005-06-23 01:31:26 +0000 |
commit | 6e0436f65cd461bb2b21c9a0178dfa6978213d27 (patch) | |
tree | fdd57985a0dd04959d3d7e6856a02ddab1b6dc51 /apps/bookmark.h | |
parent | 8b493fa6c4c2ef8245bf991daf350085d128729e (diff) |
Henrik Backes patch for WPS and tag database context menus. Tag database context menus still don't work as expected. Hold Play/Select to pop up the menu.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6835 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/bookmark.h')
-rw-r--r-- | apps/bookmark.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/bookmark.h b/apps/bookmark.h index c5fe6fe7ba..16f4e5609f 100644 --- a/apps/bookmark.h +++ b/apps/bookmark.h @@ -21,7 +21,7 @@ #include <stdbool.h> -bool bookmark_menu(void); +bool bookmark_load_menu(void); bool bookmark_autobookmark(void); bool bookmark_create_menu(void); bool bookmark_mrb_load(void); @@ -29,6 +29,7 @@ bool bookmark_autoload(const char* file); bool bookmark_load(const char* file, bool autoload); void bookmark_play(char* resume_file, int index, int offset, int seed, char *filename); +bool bookmark_exist(void); #endif /* __BOOKMARK_H__ */ |