summaryrefslogtreecommitdiff
path: root/pjsip/src/test-pjsip/test.h
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-01-08 23:57:52 +0000
committerBenny Prijono <bennylp@teluu.com>2006-01-08 23:57:52 +0000
commit6207fdc832c448e6ef6359c97c186abcd3395bf5 (patch)
treec484ec4c9cbbf84ba1d19b84d03b3d62e5213341 /pjsip/src/test-pjsip/test.h
parent634599d04d02252fd0457a19a06e8965bcdaed04 (diff)
Start working on UAS test functions
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@117 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip/src/test-pjsip/test.h')
-rw-r--r--pjsip/src/test-pjsip/test.h1
1 files changed, 1 insertions, 0 deletions
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);