dav/pwd.h

changeset 654
8f2b8f2a5cde
parent 653
f503c272bd70
child 731
e0358fa1a3b1
--- a/dav/pwd.h	Sat Oct 12 09:53:32 2019 +0200
+++ b/dav/pwd.h	Sat Oct 12 11:17:11 2019 +0200
@@ -171,6 +171,8 @@
 void pwdstore_put(PwdStore *p, const char *id, const char *username, const char *password);
 void pwdstore_put_index(PwdStore *p, char *id, UcxList *locations);
 
+void pwdstore_remove_entry(PwdStore *s, const char *id);
+
 int pwdstore_store(PwdStore *p, const char *file);
 
 /* private */

mercurial