From 0483f506f89909045c54cc909cd91b83aef19a51 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Tue, 13 Feb 2018 02:30:06 +0000 Subject: [PATCH] changed mod_test to mod_fake_test. this will eventually be removed --- lib/prim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/prim.c b/lib/prim.c index a63ff49..552fe5b 100644 --- a/lib/prim.c +++ b/lib/prim.c @@ -536,7 +536,7 @@ static void unload (hcl_t* hcl, hcl_mod_t* mod) { } -int hcl_mod_test (hcl_t* hcl, hcl_mod_t* mod) +int hcl_mod_fake_test (hcl_t* hcl, hcl_mod_t* mod) { mod->query = query; mod->unload = unload;