From f8e586402d2b3c70fa0f28fc3ad6e542128e5562 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 22 Oct 2008 19:16:35 +0200 Subject: command: added print_spl_list() The function print_spl_list() replaces the old function lsPlaylists() from ls.c. --- src/ls.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/ls.h') diff --git a/src/ls.h b/src/ls.h index 77af6168a..ddfc3c319 100644 --- a/src/ls.h +++ b/src/ls.h @@ -26,8 +26,6 @@ struct stat; struct client; -int lsPlaylists(struct client *client, const char *utf8path); - const char *getSuffix(const char *utf8file); int isValidRemoteUtf8Url(const char *utf8url); -- cgit v1.2.3