Support namespace in the config interface.
[cascardo/atompub.git] / include / atompub / config.h
index 5dca307..d5f3fad 100644 (file)
@@ -23,6 +23,6 @@
 #include <atompub/ctx.h>
 
 void atom_config_init (AtomCtx *);
-char *atom_config_get_str (AtomCtx *, char *);
+char *atom_config_get_str (AtomCtx *, char *, char *);
 
 #endif