From 6a2118d04c7b73450edfffb6fdc40de1a05bfe94 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 24 Jan 2009 15:56:34 +0100 Subject: queue_print, dbUtils: use struct locate_item_list Changed the function prototypes to get locate_item_list objects instead of num_items/items. --- src/queue_print.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/queue_print.h') diff --git a/src/queue_print.h b/src/queue_print.h index 11740bb37..038d86d4f 100644 --- a/src/queue_print.h +++ b/src/queue_print.h @@ -28,7 +28,7 @@ struct client; struct queue; -struct locate_item; +struct locate_item_list; void queue_print_song_info(struct client *client, const struct queue *queue, @@ -60,10 +60,10 @@ queue_print_changes_position(struct client *client, const struct queue *queue, void queue_search(struct client *client, const struct queue *queue, - unsigned num_items, const struct locate_item *items); + const struct locate_item_list *criteria); void queue_find(struct client *client, const struct queue *queue, - unsigned num_items, const struct locate_item *items); + const struct locate_item_list *criteria); #endif -- cgit v1.2.3