summaryrefslogtreecommitdiff
path: root/src/options.h
diff options
context:
space:
mode:
authorOndrej Martinek <omartine@akamai.com>2019-03-16 04:54:08 +0000
committerJohn Hawthorn <john@hawthorn.email>2019-12-27 23:17:18 -0800
commit07ee5a46d7d4981acdebff00116e5ed5880c0bab (patch)
treecb099f85bcfc5b0a5094a4253e6b79fcc2a6f39f /src/options.h
parent04c342cd0bbff6f9a790ba1f3abc79517bbec096 (diff)
show selection info (with -i option)
Diffstat (limited to 'src/options.h')
-rw-r--r--src/options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/options.h b/src/options.h
index 6098a64..4be4cb6 100644
--- a/src/options.h
+++ b/src/options.h
@@ -12,6 +12,7 @@ typedef struct {
const char *prompt;
unsigned int workers;
char input_delimiter;
+ int show_info;
} options_t;
void options_init(options_t *options);