Changeset 82 for pjproject/trunk/pjsip/include/pjsip/sip_uri.h
- Timestamp:
- Nov 23, 2005 8:56:30 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsip/sip_uri.h
r65 r82 28 28 #include <pjsip/sip_config.h> 29 29 #include <pj/list.h> 30 #include <pjlib-util/scanner.h> 30 31 31 32 PJ_BEGIN_DECL … … 103 104 * @param buf Buffer. 104 105 * @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. 105 108 * @param sep Separator character (either ';' or ','). 106 109 * … … 109 112 PJ_DECL(pj_ssize_t) pjsip_param_print_on(const pjsip_param *param_list, 110 113 char *buf, pj_size_t size, 114 const pj_cis_t *pname_unres, 115 const pj_cis_t *pvalue_unres, 111 116 int sep); 112 117
Note: See TracChangeset
for help on using the changeset viewer.