From 627d590ce524faf7ec197c54e65076107af27fe9 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 24 Jan 2009 14:52:04 +0100 Subject: command: use queue_print_*() Replaced several wrapper functions from playlist.c, and make command.c use the queue print functions directly. --- src/queue_print.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/queue_print.h') diff --git a/src/queue_print.h b/src/queue_print.h index c67caff62..8ec7ff0fa 100644 --- a/src/queue_print.h +++ b/src/queue_print.h @@ -33,6 +33,14 @@ void queue_print_song_info(struct client *client, const struct queue *queue, unsigned position); +/** + * Send detailed information about a range of songs in the queue to a + * client. + * + * @param client the client which has requested information + * @param start the index of the first song (including) + * @param end the index of the last song (excluding) + */ void queue_print_info(struct client *client, const struct queue *queue, unsigned start, unsigned end); -- cgit v1.2.3