From d616d46da799d2aacac1800bddb0f56f2dfd6042 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. --- elapi/elapi_test/elapi_ut.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'elapi/elapi_test') 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); -- cgit