diff options
Diffstat (limited to '')
-rw-r--r-- | src/playlist.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/playlist.h b/src/playlist.h index 91cf2be6f..589cd5650 100644 --- a/src/playlist.h +++ b/src/playlist.h @@ -114,4 +114,7 @@ void playlistVersionChange(); int playlistChanges(FILE * fp, mpd_uint32 version); +int PlaylistInfo(FILE * fp, char * utf8file, int detail); + + #endif |