diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-04-22 13:20:27 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-04-22 13:20:27 -0700 |
commit | 6f7e3d04cb737515b03243adc638fbc03e565c4d (patch) | |
tree | 0a8070cea96fac183e9db345130fbe8064e53409 /dive.h | |
parent | 959077c66bd42d0b613a5ee54bc17fe3b9517bdd (diff) | |
download | subsurface-6f7e3d04cb737515b03243adc638fbc03e565c4d.tar.gz |
Handle XSLT based imports correctly
XSLT conversions create V2 XML files, but we shouldn't abort when we parse
those without having the user informed about the potential slowness - all
XSLT based imports are slow, anyway.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'dive.h')
-rw-r--r-- | dive.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -51,6 +51,7 @@ extern "C" { extern int last_xml_version; extern bool abort_read_of_old_file; extern bool v2_question_shown; +extern bool imported_via_xslt; enum dive_comp_type {OC, CCR, PSCR, FREEDIVE, NUM_DC_TYPE}; // Flags (Open-circuit and Closed-circuit-rebreather) for setting dive computer type enum cylinderuse {OC_GAS, DILUENT, OXYGEN, NUM_GAS_USE}; // The different uses for cylinders |