summaryrefslogtreecommitdiffstats
path: root/daemon/daemon.h
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/daemon.h')
-rw-r--r--daemon/daemon.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/daemon/daemon.h b/daemon/daemon.h
index 001c7038..8ad7b7c7 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;