]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - playlist_selector.c
Change the type of the argv argument of all commands.
[paraslash.git] / playlist_selector.c
index 0da63ad1f1444f86d42d3cf2c660108a8c32d9c2..6866dafb56b98f437897feab2a7856512656af9b 100644 (file)
@@ -110,7 +110,7 @@ out:
        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 */
@@ -141,7 +141,7 @@ out:
        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;