summaryrefslogtreecommitdiffstats
path: root/pref.h
diff options
context:
space:
mode:
Diffstat (limited to 'pref.h')
-rw-r--r--pref.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pref.h b/pref.h
index a5d90a921..ec2aab2a9 100644
--- a/pref.h
+++ b/pref.h
@@ -39,6 +39,7 @@ struct preferences {
struct units units;
short show_sac;
bool display_unused_tanks;
+ bool show_average_depth;
bool zoomed_plot;
bool text_label_with_units;
};
@@ -64,6 +65,7 @@ extern void subsurface_flush_conf(void);
extern void subsurface_close_conf(void);
extern const char system_divelist_default_font[];
+extern const int system_divelist_default_font_size;
extern const char *system_default_filename();
extern void load_preferences(void);