libidav/pwdstore.h

changeset 841
21403bdaf54c
parent 832
dff5f4c23aa7
--- 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
  */

mercurial