summaryrefslogtreecommitdiff
path: root/apps/playlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playlist.h')
-rw-r--r--apps/playlist.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/playlist.h b/apps/playlist.h
index 3270bc55fa..af9a09523f 100644
--- a/apps/playlist.h
+++ b/apps/playlist.h
@@ -48,7 +48,8 @@ enum {
48 PLAYLIST_INSERT = -2, 48 PLAYLIST_INSERT = -2,
49 PLAYLIST_INSERT_LAST = -3, 49 PLAYLIST_INSERT_LAST = -3,
50 PLAYLIST_INSERT_FIRST = -4, 50 PLAYLIST_INSERT_FIRST = -4,
51 PLAYLIST_INSERT_SHUFFLED = -5 51 PLAYLIST_INSERT_SHUFFLED = -5,
52 PLAYLIST_REPLACE = -6
52}; 53};
53 54
54enum { 55enum {
@@ -163,5 +164,6 @@ int playlist_save(struct playlist_info* playlist, char *filename);
163int playlist_directory_tracksearch(const char* dirname, bool recurse, 164int playlist_directory_tracksearch(const char* dirname, bool recurse,
164 int (*callback)(char*, void*), 165 int (*callback)(char*, void*),
165 void* context); 166 void* context);
167int remove_all_tracks(struct playlist_info *playlist);
166 168
167#endif /* __PLAYLIST_H__ */ 169#endif /* __PLAYLIST_H__ */