libosip  5.3.0
Macros | Typedefs | Functions
osip_contact.h File Reference

oSIP osip_contact header definition. More...

#include <osipparser2/headers/osip_from.h>

Go to the source code of this file.

Macros

#define osip_contact_get_displayname(header)   osip_from_get_displayname((osip_from_t *) header)
 
#define osip_contact_set_displayname(header, value)   osip_from_set_displayname((osip_from_t *) header, value)
 
#define osip_contact_get_url(header)   osip_from_get_url((osip_from_t *) header)
 
#define osip_contact_set_url(header, url)   osip_from_set_url((osip_from_t *) header, url)
 
#define osip_contact_param_get(header, pos, dest)   osip_from_param_get((osip_from_t *) header, pos, dest)
 
#define osip_contact_param_add(header, name, value)   osip_generic_param_add((&(header)->gen_params), name, value)
 
#define osip_contact_param_get_byname(header, name, dest)   osip_generic_param_get_byname((&(header)->gen_params), name, dest)
 

Typedefs

typedef osip_from_t osip_contact_t
 

Functions

int osip_contact_init (osip_contact_t **header)
 
void osip_contact_free (osip_contact_t *header)
 
int osip_contact_parse (osip_contact_t *header, const char *hvalue)
 
int osip_contact_to_str (const osip_contact_t *header, char **dest)
 
int osip_contact_clone (const osip_contact_t *header, osip_contact_t **dest)
 

Detailed Description

oSIP osip_contact header definition.