aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-01-24 14:55:28 +0100
committerMax Kellermann <max@duempel.org>2009-01-24 14:55:28 +0100
commitcf9595df187d005489f8b94ed27dba2a6c94fd78 (patch)
tree8ac4d3bb1216b3be378d7e50b8cdda0a16f23dbd /src/playlist.h
parent53e712aca40d631bd26a2af4c0731aa8924cde5b (diff)
downloadmpd-cf9595df187d005489f8b94ed27dba2a6c94fd78.tar.gz
mpd-cf9595df187d005489f8b94ed27dba2a6c94fd78.tar.xz
mpd-cf9595df187d005489f8b94ed27dba2a6c94fd78.zip
playlist: removed locate functions to queue_print.c
Now playlist.c does not contain any protocol specific code anymore.
Diffstat (limited to 'src/playlist.h')
-rw-r--r--src/playlist.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/playlist.h b/src/playlist.h
index e05fe0530..9d87c1e51 100644
--- a/src/playlist.h
+++ b/src/playlist.h
@@ -26,9 +26,6 @@
#define PLAYLIST_COMMENT '#'
-struct client;
-struct locate_item;
-
enum playlist_result {
PLAYLIST_RESULT_SUCCESS,
PLAYLIST_RESULT_ERRNO,
@@ -175,14 +172,6 @@ enum playlist_result seekSongInPlaylistById(unsigned id, float seek_time);
void playlistVersionChange(void);
-void
-searchForSongsInPlaylist(struct client *client,
- unsigned numItems, const struct locate_item *items);
-
-void
-findSongsInPlaylist(struct client *client,
- unsigned numItems, const struct locate_item *items);
-
int is_valid_playlist_name(const char *utf8path);
#endif