]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/conf.h
Conf: Decoupled cf_stack_done() from committing
[libucw.git] / ucw / conf.h
index 9e93eb0f22ee95e22a3a52d9ab74523c51071b34..4254f05c6426549402367e7fda2b9aab4beeac91 100644 (file)
@@ -41,7 +41,7 @@ struct cf_context *cf_new_context(void);
  * of the context is freed, which includes memory obtained by calls to
  * cf_malloc().
  **/
-void cf_free_context(struct cf_context *cc);
+void cf_delete_context(struct cf_context *cc);
 
 /**
  * Make the given configuration context current and return the previously