Changeset 583 for pjproject/trunk/pjsip/include/pjsip/sip_parser.h
- Timestamp:
- Jul 3, 2006 10:08:47 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsip/sip_parser.h
r515 r583 316 316 pjsip_PARAM_CHAR_SPEC, /**< For scanning pname (or pvalue when it's 317 317 not quoted.) */ 318 pjsip_PARAM_CHAR_SPEC_ESC, /**< Variant without the escape ('%') char */ 318 319 pjsip_HDR_CHAR_SPEC, /**< Chars in hname/havalue in URL. */ 320 pjsip_HDR_CHAR_SPEC_ESC, /**< Variant without the escape ('%') char */ 319 321 pjsip_PROBE_USER_HOST_SPEC, /**< Hostname characters. */ 320 322 pjsip_PASSWD_SPEC, /**< Password. */ 323 pjsip_PASSWD_SPEC_ESC, /**< Variant without the escape ('%') char */ 321 324 pjsip_USER_SPEC, /**< User */ 325 pjsip_USER_SPEC_ESC, /**< Variant without the escape ('%') char */ 322 326 pjsip_NOT_NEWLINE, /**< For eating up header, basicly any chars 323 327 except newlines or zero. */
Note: See TracChangeset
for help on using the changeset viewer.