aboutsummaryrefslogtreecommitdiffstats
path: root/src/queue_print.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/queue_print.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/queue_print.h')
-rw-r--r--src/queue_print.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/queue_print.h b/src/queue_print.h
index 8ec7ff0fa..11740bb37 100644
--- a/src/queue_print.h
+++ b/src/queue_print.h
@@ -28,6 +28,7 @@
struct client;
struct queue;
+struct locate_item;
void
queue_print_song_info(struct client *client, const struct queue *queue,
@@ -57,4 +58,12 @@ void
queue_print_changes_position(struct client *client, const struct queue *queue,
uint32_t version);
+void
+queue_search(struct client *client, const struct queue *queue,
+ unsigned num_items, const struct locate_item *items);
+
+void
+queue_find(struct client *client, const struct queue *queue,
+ unsigned num_items, const struct locate_item *items);
+
#endif