summaryrefslogtreecommitdiff
path: root/src/options.h
diff options
context:
space:
mode:
authorJohn Hawthorn <john@hawthorn.email>2019-12-27 23:18:16 -0800
committerJohn Hawthorn <john@hawthorn.email>2019-12-27 23:18:16 -0800
commit28195b3a709995354b6c33cec9bb7c9f81532eb6 (patch)
treefbfd61fb82d8212284f5d5a0319ff3a8ec2b82d1 /src/options.h
parent04c342cd0bbff6f9a790ba1f3abc79517bbec096 (diff)
parent8505df59ffd9b578f98591520b51abc818509fc3 (diff)
Merge branch 'show-info'
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);