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>
This commit is contained in:
Dirk Hohndel 2015-06-15 05:52:12 -07:00
parent b144518a85
commit 617b105458
3 changed files with 11 additions and 0 deletions

2
pref.h
View file

@ -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;