summaryrefslogtreecommitdiffstats
path: root/elapi/elapi_test
diff options
context:
space:
mode:
authorDmitri Pal <dpal@redhat.com>2009-08-20 18:50:24 -0400
committerStephen Gallagher <sgallagh@redhat.com>2009-08-21 12:55:41 -0400
commitd616d46da799d2aacac1800bddb0f56f2dfd6042 (patch)
tree5fec35b840a4d1872d2a4683efce4e3f03f21b38 /elapi/elapi_test
parent2d9c788b5837d2a8db025306322a5a8f63a8c9af (diff)
downloadding-libs-d616d46da799d2aacac1800bddb0f56f2dfd6042.tar.gz
ding-libs-d616d46da799d2aacac1800bddb0f56f2dfd6042.tar.xz
ding-libs-d616d46da799d2aacac1800bddb0f56f2dfd6042.zip
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.
Diffstat (limited to 'elapi/elapi_test')
-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);