Ignore:
Timestamp:
Nov 23, 2005 8:56:30 PM (19 years ago)
Author:
bennylp
Message:

Added tel: uri and user-defined uri parser

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsip/sip_uri.h

    r65 r82  
    2828#include <pjsip/sip_config.h> 
    2929#include <pj/list.h> 
     30#include <pjlib-util/scanner.h> 
    3031 
    3132PJ_BEGIN_DECL 
     
    103104 * @param buf           Buffer. 
    104105 * @param size          Size of buffer. 
     106 * @param pname_unres   Specification of allowed characters in pname. 
     107 * @param pvalue_unres  Specification of allowed characters in pvalue. 
    105108 * @param sep           Separator character (either ';' or ','). 
    106109 * 
     
    109112PJ_DECL(pj_ssize_t) pjsip_param_print_on(const pjsip_param *param_list, 
    110113                                         char *buf, pj_size_t size, 
     114                                         const pj_cis_t *pname_unres, 
     115                                         const pj_cis_t *pvalue_unres, 
    111116                                         int sep); 
    112117 
Note: See TracChangeset for help on using the changeset viewer.