summaryrefslogtreecommitdiff
path: root/src/actions.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/actions.h')
-rw-r--r--src/actions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actions.h b/src/actions.h
index 1ced405..da329d2 100644
--- a/src/actions.h
+++ b/src/actions.h
@@ -96,7 +96,7 @@ user_command
struct list_head node;
};
-int spawn(char *data);
+int spawn(char *data, int raw);
cmdret *command (int interactive, char *data);
/* command function prototypes. */