diff -r 5433f0f3dd48 -r 83f832e345e0 dav/config.h --- a/dav/config.h Sun Aug 08 11:38:55 2021 +0200 +++ b/dav/config.h Sun Aug 08 11:45:36 2021 +0200 @@ -82,6 +82,7 @@ int load_proxy(DavProxy*, const xmlNode *proxynode, int type); sstr_t load_key_file(char *filename); int load_namespace(const xmlNode *node); +int load_secretstore(const xmlNode *node); Repository* repository_new(void);