summaryrefslogtreecommitdiffstats
path: root/daemon/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/command.c')
-rw-r--r--daemon/command.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/daemon/command.c b/daemon/command.c
index 46a265c9..3254de58 100644
--- a/daemon/command.c
+++ b/daemon/command.c
@@ -27,7 +27,7 @@
#include "actions.h"
char *
-do_command (char * const * const argv)
+do_command (char **argv)
{
char *out, *err;
int r;
@@ -84,7 +84,7 @@ do_command (char * const * const argv)
}
char **
-do_command_lines (char * const * const argv)
+do_command_lines (char **argv)
{
char *out;
char **lines;