]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/conf-context.c
Tests: Enable tests of bitops
[libucw.git] / ucw / conf-context.c
index 9572f06e22fb0a93e7e98f2a397528cddb9319e2..050e43baaf47fc218e83f74aaf20479d83d14eeb 100644 (file)
@@ -30,7 +30,7 @@ cf_new_context(void)
 }
 
 void
-cf_free_context(struct cf_context *cc)
+cf_delete_context(struct cf_context *cc)
 {
   ASSERT(!cc->is_active);
   ASSERT(cc != &cf_default_context);