sh-quote: Improve shell_quote_argv's signature.
[gnulib.git] / lib / sh-quote.h
index cefc014..a5515d7 100644 (file)
@@ -33,4 +33,4 @@ extern char * shell_quote (const char *string);
 
 /* Returns a freshly allocated string containing all argument strings, quoted,
    separated through spaces.  */
-extern char * shell_quote_argv (char **argv);
+extern char * shell_quote_argv (char * const *argv);