dav/pwd.h

changeset 473
6740adb5fccd
parent 472
08d2d1263429
child 474
017a4f09e6fa
equal deleted inserted replaced
472:08d2d1263429 473:6740adb5fccd
136 136
137 int pwdstore_setpassword(PwdStore *p, const char *password); 137 int pwdstore_setpassword(PwdStore *p, const char *password);
138 138
139 void pwdstore_encsettings(PwdStore *p, uint8_t enc, uint8_t pwfunc); 139 void pwdstore_encsettings(PwdStore *p, uint8_t enc, uint8_t pwfunc);
140 140
141 void pwdstore_free_entry(PwdEntry *e);
141 void pwdstore_free(PwdStore* p); 142 void pwdstore_free(PwdStore* p);
142 143
143 int pwdstore_has_id(PwdStore *s, const char *id); 144 int pwdstore_has_id(PwdStore *s, const char *id);
144 int pwdstore_has_location(PwdStore *s, const char *location); 145 int pwdstore_has_location(PwdStore *s, const char *location);
145 146

mercurial