libidav/pwdstore.h

changeset 65
48f43130b4a2
parent 55
1ce14068ef31
equal deleted inserted replaced
64:98d0e2516f4e 65:48f43130b4a2
164 */ 164 */
165 PwdStore* pwdstore_open(const char *file); 165 PwdStore* pwdstore_open(const char *file);
166 166
167 PwdStore* pwdstore_new(void); 167 PwdStore* pwdstore_new(void);
168 168
169 PwdStore* pwdstore_clone(PwdStore *p);
170
169 /* 171 /*
170 * decrypts the password store with the previously set password 172 * decrypts the password store with the previously set password
171 */ 173 */
172 int pwdstore_decrypt(PwdStore *p); 174 int pwdstore_decrypt(PwdStore *p);
173 175

mercurial