dav/config.h

changeset 38
b855f76e965b
parent 36
c8755c87ce7f
child 40
a95ee94b9204
--- 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 <ucx/string.h>
 #include <stdbool.h>
 
 #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();

mercurial