diff options
Diffstat (limited to 'src/cmd.h')
-rw-r--r-- | src/cmd.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); |