dav/pwd.h

changeset 654
8f2b8f2a5cde
parent 653
f503c272bd70
child 731
e0358fa1a3b1
equal deleted inserted replaced
653:f503c272bd70 654:8f2b8f2a5cde
169 PwdEntry* pwdstore_get(PwdStore *p, const char *id); 169 PwdEntry* pwdstore_get(PwdStore *p, const char *id);
170 170
171 void pwdstore_put(PwdStore *p, const char *id, const char *username, const char *password); 171 void pwdstore_put(PwdStore *p, const char *id, const char *username, const char *password);
172 void pwdstore_put_index(PwdStore *p, char *id, UcxList *locations); 172 void pwdstore_put_index(PwdStore *p, char *id, UcxList *locations);
173 173
174 void pwdstore_remove_entry(PwdStore *s, const char *id);
175
174 int pwdstore_store(PwdStore *p, const char *file); 176 int pwdstore_store(PwdStore *p, const char *file);
175 177
176 /* private */ 178 /* private */
177 int pwdstore_getindex(PwdStore *s); 179 int pwdstore_getindex(PwdStore *s);
178 180

mercurial