diff options
Diffstat (limited to 'src/c_opts.h')
-rw-r--r-- | src/c_opts.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/c_opts.h b/src/c_opts.h index a63e898..6704f0d 100644 --- a/src/c_opts.h +++ b/src/c_opts.h @@ -50,9 +50,12 @@ #include "c_unixize.h" +#define C_OPTS "Rvp" + struct opts_s { bool_t recursive; bool_t verbose; + bool_t pretend; }; void c_opts(struct opts_s*, int, const char*[]); |