---
 src/queue_print.c |   10 +++++++++-
 src/queue_print.h |   12 ------------
 2 files changed, 9 insertions(+), 13 deletions(-)

diff --git a/src/queue_print.c b/src/queue_print.c
index ef94100..2ca9ccc 100644
--- a/src/queue_print.c
+++ b/src/queue_print.c
@@ -24,7 +24,15 @@
 #include "locate.h"
 #include "client.h"
 
-void
+/**
+ * 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)
+ */
+static void
 queue_print_song_info(struct client *client, const struct queue *queue,
                      unsigned position)
 {
diff --git a/src/queue_print.h b/src/queue_print.h
index c43c680..02cbc8b 100644
--- a/src/queue_print.h
+++ b/src/queue_print.h
@@ -32,18 +32,6 @@ struct queue;
 struct locate_item_list;
 
 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);
 
-- 
1.6.1.3


------------------------------------------------------------------------------
_______________________________________________
Musicpd-dev-team mailing list
Musicpd-dev-team@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/musicpd-dev-team

Reply via email to