- Global sip_allow_events_add (su_home_t *, sip_allow_events_t *ae, char const *e)
- Use msg_header_replace_item() directly.
- Class sip_authentication_info_s
- Use struct msg_auth_info_s instead.
- Global sip_contact_add_param (su_home_t *home, sip_contact_t *m, char const *param)
- Use msg_header_replace_param() directly.
- Global sip_from_add_param (su_home_t *home, sip_from_t *from, char const *param)
- Use msg_header_replace_param() directly.
- Global sip_header_copy (su_home_t *, sip_header_t const *o)
- Use msg_header_copy() instead.
- Global sip_header_d (su_home_t *, msg_t const *, char const *)
- Use msg_header_d() instead.
- Global sip_header_dup (su_home_t *, sip_header_t const *)
- Use msg_header_dup() instead.
- Global sip_header_e (char[], isize_t, sip_header_t const *, int)
- Use msg_header_e() instead.
- Global sip_header_field_d (su_home_t *, sip_header_t *, char *, isize_t)
- Use msg_header_make() or header-specific make functions, e.g., sip_via_make().
- Global sip_to_add_param (su_home_t *home, sip_to_t *to, char const *param)
- Use msg_header_replace_param() directly.
- Global sip_url_dup (su_home_t *sh, url_t const *o)
- Use url_hdup() instead.
- Global sip_via_add_param (su_home_t *home, sip_via_t *v, char const *param)
- Use msg_header_replace_param() directly.
Sofia-SIP 1.12.11 -
Copyright (C) 2006 Nokia Corporation. All rights reserved.
Licensed under the terms of the GNU Lesser General Public License.