X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2Fdaemon.h;h=8ad7b7c7d182e1a6202c8e4aaf4ec301d0b6a310;hb=6cfe0854e27bfecfb001aae12a960af8f06108c4;hp=001c7038d04b8f924decea316df199fbb52d9a51;hpb=0703248d233744047515418893dac05ce013a642;p=libguestfs.git diff --git a/daemon/daemon.h b/daemon/daemon.h index 001c703..8ad7b7c 100644 --- a/daemon/daemon.h +++ b/daemon/daemon.h @@ -47,6 +47,8 @@ extern int commandv (char **stdoutput, char **stderror, extern int commandrv (char **stdoutput, char **stderror, char * const* const argv); +extern char **split_lines (char *str); + extern int shell_quote (char *out, int len, const char *in); extern int verbose;