]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - playlist_selector.c
README,INSTALL: Fix some spelling errors.
[paraslash.git] / playlist_selector.c
index 9eb6305a9f5e26915b2eb6c07f4768943a14dda0..6866dafb56b98f437897feab2a7856512656af9b 100644 (file)
@@ -14,6 +14,7 @@
 #include "net.h"
 #include "string.h"
 #include "ipc.h"
 #include "net.h"
 #include "string.h"
 #include "ipc.h"
+#include "list.h"
 #include "user_list.h"
 #include "playlist_selector_command_list.h"
 
 #include "user_list.h"
 #include "playlist_selector_command_list.h"
 
@@ -109,7 +110,7 @@ out:
        return ret;
 }
 
        return ret;
 }
 
-int com_lpl(int fd, __a_unused int argc, __a_unused char *argv[])
+int com_lpl(int fd, __a_unused int argc, __a_unused char * const * const argv)
 {
        unsigned loaded = 0;
        size_t bufsize = 4096; /* guess that's enough */
 {
        unsigned loaded = 0;
        size_t bufsize = 4096; /* guess that's enough */
@@ -140,7 +141,7 @@ out:
        return ret;
 }
 
        return ret;
 }
 
-int com_ppl(int fd, __a_unused int argc, __a_unused char *argv[])
+int com_ppl(int fd, __a_unused int argc, __a_unused char * const * const argv)
 {
        unsigned i;
 
 {
        unsigned i;