Changeset 753 for pjproject/trunk/pjsip/src/test-pjsip/test.c
- Timestamp:
- Oct 8, 2006 12:39:34 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/test-pjsip/test.c
r728 r753 21 21 #include "test.h" 22 22 #include <pjlib.h> 23 #include <pjlib-util.h> 23 24 #include <pjsip.h> 24 25 … … 241 242 } 242 243 244 if ((rc=pjlib_util_init()) != PJ_SUCCESS) { 245 app_perror("pj_init", rc); 246 return rc; 247 } 248 243 249 status = init_report(); 244 250 if (status != PJ_SUCCESS) … … 310 316 #if INCLUDE_TCP_TEST 311 317 DO_TEST(transport_tcp_test()); 318 #endif 319 320 #if INCLUDE_RESOLVE_TEST 321 DO_TEST(resolve_test()); 312 322 #endif 313 323
Note: See TracChangeset
for help on using the changeset viewer.