diff -r 9904eee3ca9a -r 21403bdaf54c libidav/pwdstore.h --- a/libidav/pwdstore.h Mon Oct 28 10:36:59 2024 +0100 +++ b/libidav/pwdstore.h Mon Oct 28 15:22:28 2024 +0100 @@ -166,6 +166,8 @@ PwdStore* pwdstore_new(void); +PwdStore* pwdstore_clone(PwdStore *p); + /* * decrypts the password store with the previously set password */