diff options
author | Dmitri Pal <dpal@redhat.com> | 2009-08-20 18:50:24 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2009-08-21 12:55:41 -0400 |
commit | 77167b0d659b60795a6c0ad2c8aa8fa01aa1dd70 (patch) | |
tree | 39d3eb71f1086ff4167d2650981086d3876c464d /common/elapi/elapi_test | |
parent | 1069fb127a38d875d0ca2f56bfc936a97a964380 (diff) | |
download | sssd-77167b0d659b60795a6c0ad2c8aa8fa01aa1dd70.tar.gz sssd-77167b0d659b60795a6c0ad2c8aa8fa01aa1dd70.tar.bz2 sssd-77167b0d659b60795a6c0ad2c8aa8fa01aa1dd70.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 'common/elapi/elapi_test')
-rw-r--r-- | common/elapi/elapi_test/elapi_ut.c | 4 |
1 files changed, 2 insertions, 2 deletions
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); |