--file-{read,write,append}

This commit is contained in:
Ian Gulliver
2016-02-28 13:08:04 -08:00
parent fdafe2e055
commit e86ea97671
4 changed files with 60 additions and 0 deletions

View File

@@ -6,5 +6,8 @@ bool opts_add_connect_receive(char *);
bool opts_add_connect_send(char *);
bool opts_add_listen_receive(char *);
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_stdout(char *);
bool opts_add_stdin(char *);