diff -r 9d0505d80044 -r 7eea57f6d847 dav/config.h --- a/dav/config.h Sun Sep 24 11:31:01 2017 +0200 +++ b/dav/config.h Sun Sep 24 14:31:42 2017 +0200 @@ -75,6 +75,7 @@ int load_key(const xmlNode *keynode); int load_proxy(DavProxy*, const xmlNode *proxynode, int type); sstr_t load_key_file(char *filename); +int load_namespace(const xmlNode *node); Repository* repository_new(void);