summaryrefslogtreecommitdiff
path: root/apps/playlist_viewer.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playlist_viewer.h')
-rw-r--r--apps/playlist_viewer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/playlist_viewer.h b/apps/playlist_viewer.h
index 27f2e354c5..0caa23b6db 100644
--- a/apps/playlist_viewer.h
+++ b/apps/playlist_viewer.h
@@ -22,7 +22,7 @@
22#define _PLAYLIST_VIEWER_H_ 22#define _PLAYLIST_VIEWER_H_
23 23
24bool playlist_viewer(void); 24bool playlist_viewer(void);
25bool playlist_viewer_ex(char* filename); 25bool playlist_viewer_ex(const char* filename);
26bool search_playlist(void); 26bool search_playlist(void);
27 27
28#endif 28#endif