aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/cmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd.h')
-rw-r--r--src/cmd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cmd.h b/src/cmd.h
index f9b3c6b..9f519f6 100644
--- a/src/cmd.h
+++ b/src/cmd.h
@@ -6,6 +6,8 @@ struct cmd {
char **argv;
};
+int cmd_from_argv(struct cmd *, const char *argv[]);
+
int cmd_send(int fd, const struct cmd *);
int cmd_send_and_wait_for_result(int fd, const struct cmd *, int *result);