diff options
author | Bert <ber.t@gmx.com> | 2011-02-14 17:51:04 +0100 |
---|---|---|
committer | Bert <ber.t@gmx.com> | 2011-02-14 17:51:04 +0100 |
commit | 26cc5aff69856caf01a925ee1357b3650d806d67 (patch) | |
tree | e0ecd554c2a910f896e082271d8bc50905e51e68 /options.h | |
parent | ea65610747bf324c98f390fba91b8a7c8818006a (diff) |
Read filenames from stdin
Diffstat (limited to 'options.h')
-rw-r--r-- | options.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ typedef struct options_s { const char **filenames; int filecnt; + unsigned char from_stdin; scalemode_t scalemode; float zoom; |