diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-05-28 12:19:19 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-05-28 14:40:06 -0700 |
commit | 61c0d0c73d46515faa7d3dd2a63a19c43e437496 (patch) | |
tree | e557535b9d8d7f87f402554185eff0c329b3e7b9 /pref.h | |
parent | c90635cef27e58b4a482473e7d0711cca5bd818e (diff) | |
download | subsurface-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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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, |