From 2252a0148d11fc988131eb0bf6397453427d67e8 Mon Sep 17 00:00:00 2001 From: Bert Date: Wed, 25 May 2011 09:23:23 +0200 Subject: New option: -n, start at given picture --- options.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'options.h') diff --git a/options.h b/options.h index f465855..0c62986 100644 --- a/options.h +++ b/options.h @@ -23,8 +23,9 @@ typedef struct { const char **filenames; - int filecnt; unsigned char from_stdin; + int filecnt; + int startnum; scalemode_t scalemode; float zoom; -- cgit v1.2.3