summaryrefslogtreecommitdiffstats
path: root/core/dive.h
diff options
context:
space:
mode:
authorGravatar Joakim Bygdell <j.bygdell@gmail.com>2017-02-04 10:13:58 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-02-05 11:59:47 -0800
commitd4dbd0bee78702116cbf389721cff17bfe52dbc2 (patch)
tree988eb5786645749374613ed3e9db27cf16787c54 /core/dive.h
parent6518b0db4563839c0adccae32cc4b4f5e9fa27a8 (diff)
downloadsubsurface-d4dbd0bee78702116cbf389721cff17bfe52dbc2.tar.gz
Save profile settings to git
In order to streamline the view between desktop and mobile we need to save selected profile related settings to git. Signed-off-by: Joakim Bygdell <j.bygdell@gmail.com>
Diffstat (limited to 'core/dive.h')
-rw-r--r--core/dive.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/dive.h b/core/dive.h
index 4886bffad..1b99fc376 100644
--- a/core/dive.h
+++ b/core/dive.h
@@ -922,6 +922,7 @@ extern double strtod_flags(const char *str, const char **ptr, unsigned int flags
extern void set_save_userid_local(short value);
extern void set_userid(char *user_id);
extern void set_informational_units(char *units);
+extern void set_git_prefs(char *prefs);
extern const char *get_dive_date_c_string(timestamp_t when);
extern void update_setpoint_events(struct dive *dive, struct divecomputer *dc);