summaryrefslogtreecommitdiffstats
path: root/pref.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-07-22 15:06:57 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-07-22 15:06:57 -0700
commit9a68e356af425b4268589b014eb50ef1f276b893 (patch)
treee965b82aa5b4d1bbe6c60db756977dc48f5fc353 /pref.h
parentaa9c2b738427dade65a0a273f57e2773f781e50a (diff)
downloadsubsurface-9a68e356af425b4268589b014eb50ef1f276b893.tar.gz
Make password change asynchronous
This isn't perfect (if you make multiple requests things could go badly), but it's better than just slapping the new password into the settings, even if the update failed. 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 fcb051bd9..3791f62e7 100644
--- a/pref.h
+++ b/pref.h
@@ -109,6 +109,7 @@ struct preferences {
short default_file_behavior;
facebook_prefs_t facebook;
char *cloud_storage_password;
+ char *cloud_storage_newpassword;
char *cloud_storage_email;
char *cloud_storage_email_encoded;
bool save_password_local;