diff -r 1c81083a3e46 -r b855f76e965b dav/config.h --- a/dav/config.h Mon Sep 02 10:50:29 2013 +0200 +++ b/dav/config.h Tue Sep 03 12:08:35 2013 +0200 @@ -29,6 +29,7 @@ #ifndef CONFIG_H #define CONFIG_H +#include #include #ifdef __cplusplus @@ -81,7 +82,7 @@ void load_proxy(xmlNode *proxynode, int type); sstr_t load_key_file(char *filename); -Repository* get_repository(char *name); +Repository* get_repository(sstr_t name); Key* get_key(char *name); Proxy* get_http_proxy(); Proxy* get_https_proxy();