summaryrefslogtreecommitdiffstats
path: root/elapi/elapi_test/elapi_ut.c
diff options
context:
space:
mode:
Diffstat (limited to 'elapi/elapi_test/elapi_ut.c')
-rw-r--r--elapi/elapi_test/elapi_ut.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/elapi/elapi_test/elapi_ut.c b/elapi/elapi_test/elapi_ut.c
index ed43422..2cb94bf 100644
--- a/elapi/elapi_test/elapi_ut.c
+++ b/elapi/elapi_test/elapi_ut.c
@@ -115,7 +115,7 @@ int simple_event_test(void)
}
/* Internal function to print dispatcher guts */
- elapi_internal_print_dispatcher(elapi_get_dispatcher());
+ elapi_print_dispatcher(elapi_get_dispatcher());
printf("Simple test success!\n");
@@ -316,7 +316,7 @@ int complex_event_test(void)
elapi_destroy_event_template(template);
- elapi_internal_print_dispatcher(dispatcher);
+ elapi_print_dispatcher(dispatcher);
elapi_destroy_dispatcher(dispatcher);