summaryrefslogtreecommitdiffstats
path: root/dive.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2014-06-14 14:45:42 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-06-14 14:45:42 -0700
commit8bd535d092430b6df721a91404849755dff042ba (patch)
treed7357b17d0c87a305e0951efd0f34a502318ccd1 /dive.h
parent181d4e2fa66a0ce31c600821e55c9b7f0e597b8b (diff)
downloadsubsurface-8bd535d092430b6df721a91404849755dff042ba.tar.gz
User survey: force running the survey from command line
This way people can test the dialog much easier. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'dive.h')
-rw-r--r--dive.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dive.h b/dive.h
index 8e4d910d6..c53b0dfd4 100644
--- a/dive.h
+++ b/dive.h
@@ -404,7 +404,7 @@ extern const struct units SI_units, IMPERIAL_units;
extern struct units xml_parsing_units;
extern struct units *get_units(void);
-extern int verbose, quit;
+extern int run_survey, verbose, quit;
struct dive_table {
int nr, allocated, preexisting;