diff options
| author | Simeon Simeonov | 2018-04-04 13:01:37 +0200 |
|---|---|---|
| committer | Simeon Simeonov | 2018-04-04 13:01:37 +0200 |
| commit | 62c87a837463fdf09d9e7d1a605000c21f8da060 (patch) | |
| tree | 5fb0f3080a651ebe56b1d23286ae9fac57199e2a /libsylph/masterpassword.h | |
| parent | c6f80c49de727b9857d2bbd1eeaf85930612d0ce (diff) | |
Implement the wrapper function cleanse_buffer in masterpassword.c
Diffstat (limited to 'libsylph/masterpassword.h')
| -rw-r--r-- | libsylph/masterpassword.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libsylph/masterpassword.h b/libsylph/masterpassword.h index 91f3793..cc32358 100644 --- a/libsylph/masterpassword.h +++ b/libsylph/masterpassword.h | |||
| @@ -27,6 +27,7 @@ | |||
| 27 | extern gchar *master_password; | 27 | extern gchar *master_password; |
| 28 | void set_master_password(const char *password); | 28 | void set_master_password(const char *password); |
| 29 | gchar *get_master_password(void); | 29 | gchar *get_master_password(void); |
| 30 | void cleanse_buffer(void *buf, size_t len); | ||
| 30 | void unload_master_password(void); | 31 | void unload_master_password(void); |
| 31 | gint mpes_string_prefix(const gchar *str); | 32 | gint mpes_string_prefix(const gchar *str); |
| 32 | gboolean master_password_active(void); | 33 | gboolean master_password_active(void); |
