libidav/pwdstore.h

changeset 841
21403bdaf54c
parent 832
dff5f4c23aa7
equal deleted inserted replaced
840:9904eee3ca9a 841:21403bdaf54c
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