summaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
authorBert Münnich <be.muennich@gmail.com>2013-03-19 21:11:29 +0100
committerBert Münnich <be.muennich@gmail.com>2013-03-19 21:14:58 +0100
commit6f05e777280cd36a8ccaf20182c4e8a0554bb563 (patch)
tree07029d49c352d9a2fd26ff810a551ebfae9afe23 /options.h
parent447bc1c784cc358078f4ffbbac0c63ee74a069c8 (diff)
downloadnsxiv-6f05e777280cd36a8ccaf20182c4e8a0554bb563.tar.zst
New options: -[io], read/write files from/to stdin/out
Fixes issue #84
Diffstat (limited to 'options.h')
-rw-r--r--options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/options.h b/options.h
index f21410e..d60bc9a 100644
--- a/options.h
+++ b/options.h
@@ -26,6 +26,7 @@ typedef struct {
/* file list: */
char **filenames;
bool from_stdin;
+ bool to_stdout;
bool recursive;
int filecnt;
int startnum;