summaryrefslogtreecommitdiff
path: root/pjsip/src/test-pjsip/test.h
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-06-23 01:03:52 +0000
committerBenny Prijono <bennylp@teluu.com>2006-06-23 01:03:52 +0000
commitb864212caad9d232f327c9c16a819fecfff65d30 (patch)
tree133aa88dbf0ed1bd61b806196eb80d1b8df47322 /pjsip/src/test-pjsip/test.h
parenta7eb9cce74d1af7f73323459392ac3335e6083ac (diff)
Fixed pjsip-test and added msg_err_test.c for testing parsing errors
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@547 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 7f74964d..7c549a32 100644
--- a/pjsip/src/test-pjsip/test.h
+++ b/pjsip/src/test-pjsip/test.h
@@ -29,6 +29,7 @@ extern pjsip_endpoint *endpt;
/* The tests */
int uri_test(void);
int msg_test(void);
+int msg_err_test(void);
int txdata_test(void);
int transport_udp_test(void);
int transport_loop_test(void);