diff options
| author | Simeon Simeonov | 2018-03-07 09:20:45 +0100 |
|---|---|---|
| committer | Simeon Simeonov | 2018-03-07 09:20:45 +0100 |
| commit | 50ad277f9a7cbc3d2dc5b6b9ab80a49b88ea3d80 (patch) | |
| tree | 2a29abd12f5d5ca2e77087ed7aad0c085cf2ebbc /libsylph/prefs_common.h | |
| parent | 8c56039d67bd910a334b2ddd009c6df4bb01cc8b (diff) | |
Master password hash (read and write) implemented
Diffstat (limited to 'libsylph/prefs_common.h')
| -rw-r--r-- | libsylph/prefs_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libsylph/prefs_common.h b/libsylph/prefs_common.h index ef5bb9b..bc1d2f3 100644 --- a/libsylph/prefs_common.h +++ b/libsylph/prefs_common.h | |||
| @@ -251,6 +251,7 @@ struct _PrefsCommon | |||
| 251 | 251 | ||
| 252 | /* Master password */ | 252 | /* Master password */ |
| 253 | gboolean use_master_password; | 253 | gboolean use_master_password; |
| 254 | gchar *master_password_hash; | ||
| 254 | 255 | ||
| 255 | /* Interface */ | 256 | /* Interface */ |
| 256 | gboolean sep_folder; | 257 | gboolean sep_folder; |
