summaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-02-02 09:01:05 +0100
committerBert <ber.t@gmx.com>2011-02-02 09:01:05 +0100
commit2afb989cc415419229d6f6ded02d59ee109ac796 (patch)
tree5f3d696667008ea4ef3f9dd7d2ea6e5f92cb250b /options.h
parente510eda5f1ec77353d2f8b62e35a69df0bdec99e (diff)
downloadnsxiv-2afb989cc415419229d6f6ded02d59ee109ac796.tar.zst
Skeleton for -r
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 19a0c6b..3cb4b38 100644
--- a/options.h
+++ b/options.h
@@ -34,6 +34,7 @@ typedef struct options_s {
char *geometry;
unsigned char quiet;
+ unsigned char recursive;
} options_t;
extern const options_t *options;