diff options
| author | Simeon Simeonov | 2018-02-27 21:52:12 +0100 |
|---|---|---|
| committer | Simeon Simeonov | 2018-02-27 21:52:12 +0100 |
| commit | 1bb2a9d33e8cd193c21f9995fb7852c7562cafcf (patch) | |
| tree | bf54cba95a7b7afa68b33f8cb40b53d351b880ff /libsylph/prefs_account.h | |
| parent | 3f7a3add4dc0814e01c3032d73a4cdd29372f8d4 (diff) | |
First prototype
Diffstat (limited to 'libsylph/prefs_account.h')
| -rw-r--r-- | libsylph/prefs_account.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libsylph/prefs_account.h b/libsylph/prefs_account.h index ad899f8..5239034 100644 --- a/libsylph/prefs_account.h +++ b/libsylph/prefs_account.h | |||
| @@ -187,6 +187,8 @@ struct _PrefsAccount | |||
| 187 | /* Compose */ | 187 | /* Compose */ |
| 188 | gchar *sig_names[10]; | 188 | gchar *sig_names[10]; |
| 189 | gchar *sig_texts[10]; | 189 | gchar *sig_texts[10]; |
| 190 | |||
| 191 | gchar *master_password; | ||
| 190 | }; | 192 | }; |
| 191 | 193 | ||
| 192 | PrefsAccount *prefs_account_new (void); | 194 | PrefsAccount *prefs_account_new (void); |
