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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/playlist_catalog.h b/apps/playlist_catalog.h
index 92cfa15ed9..adf757c398 100644
--- a/apps/playlist_catalog.h
+++ b/apps/playlist_catalog.h
@@ -35,7 +35,7 @@ bool catalog_view_playlists(void);
35 * m3u8name : filename to save the playlist to, NULL to show the keyboard 35 * m3u8name : filename to save the playlist to, NULL to show the keyboard
36 * ret : true if the file was successfully added 36 * ret : true if the file was successfully added
37 */ 37 */
38bool catalog_add_to_a_playlist(char* sel, int sel_attr, 38bool catalog_add_to_a_playlist(const char* sel, int sel_attr,
39 bool new_playlist, char* m3u8name); 39 bool new_playlist, char* m3u8name);
40 40
41#endif 41#endif