Ignore:
Timestamp:
Nov 20, 2005 7:58:10 PM (18 years ago)
Author:
bennylp
Message:

More compliant URI parser, comparison, etc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/test-pjsip/test.h

    r61 r64  
    2222#include <pjsip/sip_types.h> 
    2323 
    24 #define SILENT          1 
    25 #define IS_PROFILING    1 
    26 #define LOOP            2000 
    27  
    2824extern pjsip_endpoint *endpt; 
    2925 
    30 pj_status_t parse_uri(void); 
    31 pj_status_t parse_msg(void); 
     26pj_status_t uri_test(void); 
     27pj_status_t msg_test(void); 
    3228 
     29int  test_main(void); 
    3330void app_perror(const char *msg, pj_status_t status); 
    3431 
Note: See TracChangeset for help on using the changeset viewer.