Add --exec-{send,receive}

This commit is contained in:
Ian Gulliver
2016-02-28 15:53:55 -08:00
parent 29d0b33161
commit 58a8576da8
8 changed files with 198 additions and 5 deletions

View File

@@ -9,5 +9,7 @@ bool opts_add_listen_send(char *);
bool opts_add_file_read(char *);
bool opts_add_file_write(char *);
bool opts_add_file_append(char *);
bool opts_add_exec_receive(char *);
bool opts_add_exec_send(char *);
bool opts_add_stdout(char *);
bool opts_add_stdin(char *);