Added support for initialization of configuration, opening GKeyFile.
[cascardo/atompub.git] / include / atompub / ctx.h
index 21758ff..338110e 100644 (file)
@@ -23,5 +23,6 @@
 typedef struct _atom_ctx AtomCtx;
 
 void * atom_config_data (AtomCtx *);
+void atom_config_data_set (AtomCtx *, void *);
 
 #endif