Rename --dump to --stdout. Add --stdin.

This commit is contained in:
Ian Gulliver
2016-02-25 15:12:16 -08:00
parent 46fd0c3c8b
commit 4f14845c75
3 changed files with 29 additions and 18 deletions

View File

@@ -2,8 +2,9 @@
#include <stdbool.h>
bool opts_add_dump(char *);
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_stdout(char *);
bool opts_add_stdin(char *);