From 77167b0d659b60795a6c0ad2c8aa8fa01aa1dd70 Mon Sep 17 00:00:00 2001 From: Dmitri Pal Date: Thu, 20 Aug 2009 18:50:24 -0400 Subject: ELAPI Shortening names Per ticket #118 shortened naimes of some functions and structs I added into ELAPI during last big functional patch . There is no plan to do a global shortening of all names but miving forward I will try to make them shorter than I used to. --- common/elapi/elapi_test/elapi_ut.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/elapi/elapi_test') diff --git a/common/elapi/elapi_test/elapi_ut.c b/common/elapi/elapi_test/elapi_ut.c index ed434221..2cb94bf7 100644 --- a/common/elapi/elapi_test/elapi_ut.c +++ b/common/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); -- cgit