Rename --dump to --stdout. Add --stdin.
This commit is contained in:
@@ -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 *);
|
||||
|
||||
Reference in New Issue
Block a user