Fix prototype of commandv to match prototype of commandrv.
[libguestfs.git] / daemon / daemon.h
index f082690..bfdde9d 100644 (file)
@@ -59,7 +59,7 @@ extern int commandf (char **stdoutput, char **stderror, int flags,
 extern int commandrf (char **stdoutput, char **stderror, int flags,
                      const char *name, ...);
 extern int commandvf (char **stdoutput, char **stderror, int flags,
-                     char *const *argv);
+                      char const *const *argv);
 extern int commandrvf (char **stdoutput, char **stderror, int flags,
                       char const* const *argv);