SIP Witch 1.9.15
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros | Typedefs
osip_alert_info.h File Reference

oSIP osip_alert_info header definition. More...

#include <osipparser2/headers/osip_call_info.h>
Include dependency graph for osip_alert_info.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define osip_alert_info_init(header)   osip_call_info_init(header)
 Allocate a Alert-Info element. More...
 
#define osip_alert_info_free   osip_call_info_free
 Free a Alert-Info element. More...
 
#define osip_alert_info_parse(header, hvalue)   osip_call_info_parse(header, hvalue)
 Parse a Alert-Info element. More...
 
#define osip_alert_info_to_str(header, dest)   osip_call_info_to_str(header,dest)
 Get a string representation of a Alert-Info element. More...
 
#define osip_alert_info_clone   osip_call_info_clone
 Clone a Alert-Info element. More...
 
#define osip_alert_info_get_uri(header)   osip_call_info_get_uri(header)
 Get uri from an Alert-Info element. More...
 
#define osip_alert_info_set_uri(header, uri)   osip_call_info_set_uri(header, uri)
 Set the uri of an Alert-Info element. More...
 

Typedefs

typedef osip_call_info_t osip_alert_info_t
 Structure for Alert-Info headers. More...
 

Detailed Description

oSIP osip_alert_info header definition.

Definition in file osip_alert_info.h.