diff options
author | Linus Nielsen Feltzing <linus@haxx.se> | 2004-12-07 14:20:37 +0000 |
---|---|---|
committer | Linus Nielsen Feltzing <linus@haxx.se> | 2004-12-07 14:20:37 +0000 |
commit | 8f032aed52c08a22f238e91bbcafd12a637c3326 (patch) | |
tree | 0150e6977769b4c122b9ac20222f5f825d4089c2 /apps/bookmark.h | |
parent | dc96fcfb0e8690216638bc781da2bf4ae21fe374 (diff) |
Patch #911756 by Steve Cundari, bookmark follows repositioned MP3 file
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5481 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 2f8b58af7e..c5fe6fe7ba 100644 --- a/apps/bookmark.h +++ b/apps/bookmark.h @@ -27,7 +27,8 @@ bool bookmark_create_menu(void); bool bookmark_mrb_load(void); 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); +void bookmark_play(char* resume_file, int index, int offset, int seed, + char *filename); #endif /* __BOOKMARK_H__ */ |