diff options
Diffstat (limited to 'src/playlist_print.h')
-rw-r--r-- | src/playlist_print.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/playlist_print.h b/src/playlist_print.h index de60b8949..cf92bfdbb 100644 --- a/src/playlist_print.h +++ b/src/playlist_print.h @@ -22,6 +22,6 @@ struct client; int -PlaylistInfo(struct client *client, const char *utf8file, int detail); +spl_print(struct client *client, const char *name_utf8, int detail); #endif |