summaryrefslogtreecommitdiffstats
path: root/dive.h
diff options
context:
space:
mode:
Diffstat (limited to 'dive.h')
-rw-r--r--dive.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/dive.h b/dive.h
index 0151c6a72..f746909ad 100644
--- a/dive.h
+++ b/dive.h
@@ -426,9 +426,9 @@ struct units {
.weight = LBS \
}
extern const struct units SI_units, IMPERIAL_units;
-extern struct units input_units;
+extern struct units xml_parsing_units;
-extern struct units *get_output_units(void);
+extern struct units *get_units(void);
extern int verbose;
struct dive_table {
@@ -613,4 +613,7 @@ void free_dps(struct divedatapoint *dp);
extern char *debugfilename;
extern FILE *debugfile;
#endif
+
+#include "pref.h"
+
#endif /* DIVE_H */