Changeset 77 for pjproject/trunk/pjsip/include/pjsip/sip_parser.h
- Timestamp:
- Nov 22, 2005 11:51:50 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsip/sip_parser.h
r76 r77 308 308 pjsip_PASSWD_SPEC, /**< Password. */ 309 309 pjsip_USER_SPEC, /**< User */ 310 pjsip_NEWLINE_OR_EOF_SPEC, /**< For eating up header.*/ 311 pjsip_DISPLAY_SCAN_SPEC; /**< Used when searching for display name. */ 310 pjsip_NOT_NEWLINE, /**< For eating up header, basicly any chars 311 except newlines or zero. */ 312 pjsip_NOT_COMMA_OR_NEWLINE, /**< Array elements. */ 313 pjsip_DISPLAY_SPEC; /**< Used when searching for display name. */ 312 314 313 315 /*
Note: See TracChangeset
for help on using the changeset viewer.