summaryrefslogtreecommitdiffstats
path: root/pref.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-06-15 05:52:12 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-06-15 09:56:11 -0700
commit617b105458f362516de9bf2997f747de5dc14e44 (patch)
treee00732092acf74dcd1d17df3dccd46e7d4017458 /pref.h
parentb144518a85f105b096688425452f053ffbf2bea0 (diff)
downloadsubsurface-617b105458f362516de9bf2997f747de5dc14e44.tar.gz
Cloud storage: create preference entry for base URL
This just deals with the mechanics. There is no UI to enter / change this URL (and that's intentional), neither is it used, yet. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
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 33969b22a..3c39409a7 100644
--- a/pref.h
+++ b/pref.h
@@ -28,6 +28,8 @@ struct preferences {
const char *divelist_font;
const char *default_filename;
const char *default_cylinder;
+ const char *cloud_base_url;
+ const char *cloud_git_url;
double font_size;
partial_pressure_graphs_t pp_graphs;
short mod;