summaryrefslogtreecommitdiff
path: root/apps/playlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playlist.h')
-rw-r--r--apps/playlist.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/playlist.h b/apps/playlist.h
index 1937c48a12..efac303f30 100644
--- a/apps/playlist.h
+++ b/apps/playlist.h
@@ -80,6 +80,7 @@ int playlist_start(int start_index, int offset);
80bool playlist_check(int steps); 80bool playlist_check(int steps);
81char *playlist_peek(int steps); 81char *playlist_peek(int steps);
82int playlist_next(int steps); 82int playlist_next(int steps);
83bool playlist_next_dir(int direction);
83int playlist_get_resume_info(int *resume_index); 84int playlist_get_resume_info(int *resume_index);
84int playlist_update_resume_info(const struct mp3entry* id3); 85int playlist_update_resume_info(const struct mp3entry* id3);
85int playlist_get_display_index(void); 86int playlist_get_display_index(void);