diff options
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; |