diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-05-31 22:11:27 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-05-31 22:35:50 -0700 |
commit | 5bbcc7f16ddb1315dbd4a7a43034cddf8c9f2a36 (patch) | |
tree | e445d47e14b8fbfeb3902b12d165db117bbe9f52 /pref.h | |
parent | a6b667478034cee6efde4b0828ad4a263345355f (diff) | |
download | subsurface-5bbcc7f16ddb1315dbd4a7a43034cddf8c9f2a36.tar.gz |
Cloud storage: first stab at implementing cloud storage
So far there is no mechanism to actually create a repository on the
server, so this only works with the two test repositories.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'pref.h')
-rw-r--r-- | pref.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -92,6 +92,7 @@ struct preferences { facebook_prefs_t facebook; char *cloud_storage_password; char *cloud_storage_email; + char *cloud_storage_email_encoded; bool save_password_local; }; enum unit_system_values { |