libidav/pwdstore.h

changeset 85
44ebbb4c8a13
parent 65
48f43130b4a2
equal deleted inserted replaced
84:57a359c52617 85:44ebbb4c8a13
179 179
180 void pwdstore_free_entry(PwdEntry *e); 180 void pwdstore_free_entry(PwdEntry *e);
181 void pwdstore_free(PwdStore* p); 181 void pwdstore_free(PwdStore* p);
182 182
183 int pwdstore_has_id(PwdStore *s, const char *id); 183 int pwdstore_has_id(PwdStore *s, const char *id);
184 int pwdstore_has_location(PwdStore *s, const char *location);
185 184
186 PwdEntry* pwdstore_get(PwdStore *p, const char *id); 185 PwdEntry* pwdstore_get(PwdStore *p, const char *id);
187 186
188 void pwdstore_put(PwdStore *p, const char *id, const char *username, const char *password); 187 void pwdstore_put(PwdStore *p, const char *id, const char *username, const char *password);
189 void pwdstore_put_index(PwdStore *p, char *id, CxList *locations); 188 void pwdstore_put_index(PwdStore *p, char *id, CxList *locations);

mercurial