diff options
author | Bert <ber.t@gmx.com> | 2011-05-25 09:23:23 +0200 |
---|---|---|
committer | Bert <ber.t@gmx.com> | 2011-05-25 09:23:23 +0200 |
commit | 2252a0148d11fc988131eb0bf6397453427d67e8 (patch) | |
tree | 7cb4e226e2405b420876709e033a8bcdffa8777c /options.h | |
parent | 00e6cd2bd1a7bfc0b9fcbf958cefee07ef41cb71 (diff) |
New option: -n, start at given picture
Diffstat (limited to 'options.h')
-rw-r--r-- | options.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -23,8 +23,9 @@ typedef struct { const char **filenames; - int filecnt; unsigned char from_stdin; + int filecnt; + int startnum; scalemode_t scalemode; float zoom; |