X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2Fdaemon.h;h=70a235194747f040e251fa0495acb8725184edf2;hb=634c033df2e698e1fcc692585fa445d019f0b6e6;hp=5bf6f35631cab34b4efb43e8fa84f28f68fe3cec;hpb=0f2e9c84e9ff1071260770930068642ecc8ac0d9;p=libguestfs.git diff --git a/daemon/daemon.h b/daemon/daemon.h index 5bf6f35..70a2351 100644 --- a/daemon/daemon.h +++ b/daemon/daemon.h @@ -48,9 +48,9 @@ extern void free_stringslen (char **argv, int len); extern int command (char **stdoutput, char **stderror, const char *name, ...); extern int commandr (char **stdoutput, char **stderror, const char *name, ...); extern int commandv (char **stdoutput, char **stderror, - char * const* const argv); + char * const* const argv); extern int commandrv (char **stdoutput, char **stderror, - char * const* const argv); + char * const* const argv); extern char **split_lines (char *str); @@ -62,7 +62,7 @@ extern void udev_settle (void); * printf formatters %Q and %R. See HACKING file for more * info about these. */ -static int +static inline int asprintf_nowarn (char **strp, const char *fmt, ...) { int r;