summaryrefslogtreecommitdiff
path: root/apps/playlist_catalog.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playlist_catalog.h')
-rw-r--r--apps/playlist_catalog.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/playlist_catalog.h b/apps/playlist_catalog.h
index 591906e64f..92cfa15ed9 100644
--- a/apps/playlist_catalog.h
+++ b/apps/playlist_catalog.h
@@ -32,8 +32,10 @@ bool catalog_view_playlists(void);
32 * sel_attr : the attributes that tell what type of file we're adding 32 * sel_attr : the attributes that tell what type of file we're adding
33 * new_playlist : whether we want to create a new playlist or add to an 33 * new_playlist : whether we want to create a new playlist or add to an
34 * existing one. 34 * existing one.
35 * m3u8name : filename to save the playlist to, NULL to show the keyboard
35 * ret : true if the file was successfully added 36 * ret : true if the file was successfully added
36 */ 37 */
37bool catalog_add_to_a_playlist(char* sel, int sel_attr, bool new_playlist); 38bool catalog_add_to_a_playlist(char* sel, int sel_attr,
39 bool new_playlist, char* m3u8name);
38 40
39#endif 41#endif