diff options
author | gm209912 <none@none> | 2007-09-19 10:20:24 -0700 |
---|---|---|
committer | gm209912 <none@none> | 2007-09-19 10:20:24 -0700 |
commit | df4705eab9c873eae60bada4f2138e6f22a76e11 (patch) | |
tree | 18bcec368473bd23d93e280fc891180ff1fd60a1 /usr/src/lib/libsip/common/sip_parse_generic.h | |
parent | 06fc3f99dd009e8cb3632e91d9f502de89b96c38 (diff) | |
download | illumos-gate-df4705eab9c873eae60bada4f2138e6f22a76e11.tar.gz |
PSARC 2007/447 SIP Contact API
6503334 SIP library should support "*" as a valid contact header value
6587481 add a SIP API to retrieve the the local contact information from sip_dialog structure
6589677 add a SIP API to create a request inside a dialog, without a Contact header
Diffstat (limited to 'usr/src/lib/libsip/common/sip_parse_generic.h')
-rw-r--r-- | usr/src/lib/libsip/common/sip_parse_generic.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/lib/libsip/common/sip_parse_generic.h b/usr/src/lib/libsip/common/sip_parse_generic.h index 5792bee2b0..3d1b749a3f 100644 --- a/usr/src/lib/libsip/common/sip_parse_generic.h +++ b/usr/src/lib/libsip/common/sip_parse_generic.h @@ -41,7 +41,8 @@ extern "C" { extern int sip_atoi(_sip_header_t *, int *); extern int sip_find_token(_sip_header_t *, char); extern int sip_find_cr(_sip_header_t *); -extern int sip_find_separator(_sip_header_t *, char, char, char); +extern int sip_find_separator(_sip_header_t *, char, char, char, + boolean_t); extern int sip_find_white_space(_sip_header_t *); extern int sip_skip_white_space(_sip_header_t *); extern int sip_reverse_skip_white_space(_sip_header_t *); |