From 6207fdc832c448e6ef6359c97c186abcd3395bf5 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Sun, 8 Jan 2006 23:57:52 +0000 Subject: Start working on UAS test functions git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@117 74dad513-b988-da41-8d7b-12977e46ad98 --- pjsip/src/test-pjsip/test.h | 1 + 1 file changed, 1 insertion(+) (limited to 'pjsip/src/test-pjsip/test.h') diff --git a/pjsip/src/test-pjsip/test.h b/pjsip/src/test-pjsip/test.h index 3356d537..7f74964d 100644 --- a/pjsip/src/test-pjsip/test.h +++ b/pjsip/src/test-pjsip/test.h @@ -34,6 +34,7 @@ int transport_udp_test(void); int transport_loop_test(void); int tsx_basic_test(void); int tsx_uac_test(void); +int tsx_uas_test(void); /* Transport test helpers (transport_test.c). */ int generic_transport_test(pjsip_transport *tp); -- cgit v1.2.3