playlist: removed locate functions to queue_print.c

Now playlist.c does not contain any protocol specific code anymore.
This commit is contained in:
Max Kellermann
2009-01-24 14:55:28 +01:00
parent 53e712aca4
commit cf9595df18
5 changed files with 45 additions and 46 deletions

View File

@@ -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