Let configuration mechanism be extensible
[cascardo/atompub.git] / include / atompub / ctx.h
index 35ecca6..243ef5c 100644 (file)
@@ -24,7 +24,5 @@ typedef struct _atom_ctx AtomCtx;
 
 AtomCtx * atom_ctx_new (void);
 void atom_ctx_delete (AtomCtx *);
-void * atom_config_data (AtomCtx *);
-void atom_config_data_set (AtomCtx *, void *);
 
 #endif