From 61c0d0c73d46515faa7d3dd2a63a19c43e437496 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 28 May 2015 12:19:19 -0700 Subject: 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 --- pref.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pref.h') 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, -- cgit v1.2.3-70-g09d2