diff options
Diffstat (limited to '')
-rw-r--r-- | src/playlist.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/playlist.h b/src/playlist.h index 6576ff27b..c725e8612 100644 --- a/src/playlist.h +++ b/src/playlist.h @@ -156,4 +156,6 @@ int deleteFromPlaylistQueueInternal(int song); int playlistQueueInfo(int fd); +int valid_playlist_name(int err_fd, const char *utf8path); + #endif |