diff options
author | Bert Münnich <be.muennich@gmail.com> | 2013-03-19 21:11:29 +0100 |
---|---|---|
committer | Bert Münnich <be.muennich@gmail.com> | 2013-03-19 21:14:58 +0100 |
commit | 6f05e777280cd36a8ccaf20182c4e8a0554bb563 (patch) | |
tree | 07029d49c352d9a2fd26ff810a551ebfae9afe23 /options.h | |
parent | 447bc1c784cc358078f4ffbbac0c63ee74a069c8 (diff) |
New options: -[io], read/write files from/to stdin/out
Fixes issue #84
Diffstat (limited to 'options.h')
-rw-r--r-- | options.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -26,6 +26,7 @@ typedef struct { /* file list: */ char **filenames; bool from_stdin; + bool to_stdout; bool recursive; int filecnt; int startnum; |