diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-06-09 17:16:31 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-06-09 17:16:31 -0700 |
commit | 8282ed23488b734f126bf58fc18474c4a7db5c23 (patch) | |
tree | 994b4919a16917a71570c47e7bd5bbdb54e5d54d /pref.h | |
parent | 9d0f2a6571f541862fd8204c067ea2f5ed2c4091 (diff) | |
parent | 57507cfb93984e520fdd9545c84ea3b921c2914e (diff) | |
download | subsurface-8282ed23488b734f126bf58fc18474c4a7db5c23.tar.gz |
Merge branch 'cloudstorage'
Diffstat (limited to 'pref.h')
-rw-r--r-- | pref.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -94,6 +94,7 @@ struct preferences { char *cloud_storage_email; char *cloud_storage_email_encoded; bool save_password_local; + bool show_cloud_pin; }; enum unit_system_values { METRIC, |