21 #ifndef _OSIP_CONTACT_H_
22 #define _OSIP_CONTACT_H_
80 #define osip_contact_init osip_from_init
81 #define osip_contact_free osip_from_free
82 #define osip_contact_clone osip_from_clone
88 #define osip_contact_get_displayname(header) osip_from_get_displayname((osip_from_t*)header)
94 #define osip_contact_set_displayname(header,value) osip_from_set_displayname((osip_from_t*)header, value)
99 #define osip_contact_get_url(header) osip_from_get_url((osip_from_t*)header)
105 #define osip_contact_set_url(header,url) osip_from_set_url((osip_from_t*)header,url)
112 #define osip_contact_param_get(header,pos,dest) osip_from_param_get((osip_from_t*)header,pos,dest)
119 #define osip_contact_param_add(header,name, value) osip_generic_param_add((&(header)->gen_params), name,value)
126 #define osip_contact_param_get_byname(header,name,dest) osip_generic_param_get_byname((&(header)->gen_params),name,dest)
oSIP osip_from header definition.
Definition of the From header.