diff options
Diffstat (limited to 'apps/playlist_viewer.h')
| -rw-r--r-- | apps/playlist_viewer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/playlist_viewer.h b/apps/playlist_viewer.h index ecc5197..69f9d03 100644 --- a/apps/playlist_viewer.h +++ b/apps/playlist_viewer.h @@ -22,5 +22,6 @@ #define _PLAYLIST_VIEWER_H_ bool playlist_viewer(void); +bool playlist_viewer_ex(char* filename); #endif |