summaryrefslogtreecommitdiffstats
path: root/pref.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-06-07 09:54:28 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-06-09 17:03:36 -0700
commita07376b5345fdb398510ac29835493b7ca75ce77 (patch)
tree57a23b3f6e2bd455a6b615bfe7ac1e197caca037 /pref.h
parent318bf5cccc9a8ac2c8ee18939e3c6c4a4e7a0fb3 (diff)
downloadsubsurface-a07376b5345fdb398510ac29835493b7ca75ce77.tar.gz
Cloud storage: initial support for confirming the email PIN
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'pref.h')
-rw-r--r--pref.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pref.h b/pref.h
index 6fb72bd34..e8b9571cd 100644
--- a/pref.h
+++ b/pref.h
@@ -94,6 +94,7 @@ struct preferences {
char *cloud_storage_email;
char *cloud_storage_email_encoded;
bool save_password_local;
+ bool show_cloud_pin;
};
enum unit_system_values {
METRIC,