summaryrefslogtreecommitdiffstats
path: root/pref.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-05-28 12:19:19 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-05-28 14:40:06 -0700
commit61c0d0c73d46515faa7d3dd2a63a19c43e437496 (patch)
treee557535b9d8d7f87f402554185eff0c329b3e7b9 /pref.h
parentc90635cef27e58b4a482473e7d0711cca5bd818e (diff)
downloadsubsurface-61c0d0c73d46515faa7d3dd2a63a19c43e437496.tar.gz
Remote storage: collect email and PIN in preferences
This allows entering / storing the PIN (aka passphrase) for the ssh key. The email isn't used, yet - this will be used by the automated backend to create a unique git repository that will turn into the remote storage. 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 3320e39e5..d400562b4 100644
--- a/pref.h
+++ b/pref.h
@@ -91,6 +91,8 @@ struct preferences {
bool use_default_file;
facebook_prefs_t facebook;
char *passphrase;
+ char *remote_storage_email;
+ bool save_PIN_local;
};
enum unit_system_values {
METRIC,