libidav/pwdstore.h

changeset 65
48f43130b4a2
parent 55
1ce14068ef31
--- a/libidav/pwdstore.h	Mon Oct 28 07:37:45 2024 +0100
+++ b/libidav/pwdstore.h	Mon Oct 28 15:20:58 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