Change the type of the argv argument of all commands.
[paraslash.git] / random_selector.c
index 36d4d5807ffe8416c6c6cf271ee285c8f08d581f..bcbdae692b09269d46ffb370be6a139fab8540f5 100644 (file)
@@ -38,7 +38,7 @@ static int remember_file(const char *dir, const char *name)
        return 1;
 }
 
-int com_random_info(int fd, __a_unused int argc, __a_unused char *argv[])
+int com_random_info(int fd, __a_unused int argc, __a_unused char * const * const argv)
 {
        return send_buffer(fd, "Don't use for huge directories as it is "
                "very inefficient in this case.\n");