20 #ifndef _OSIP_ALERT_INFO_H_ 
   21 #define _OSIP_ALERT_INFO_H_ 
   50 #define osip_alert_info_init(header) osip_call_info_init(header) 
   55 #define osip_alert_info_free osip_call_info_free 
   61 #define osip_alert_info_parse(header, hvalue) osip_call_info_parse(header, hvalue) 
   67 #define osip_alert_info_to_str(header, dest) osip_call_info_to_str(header, dest) 
   73 #define osip_alert_info_clone osip_call_info_clone 
   78 #define osip_alert_info_get_uri(header) osip_call_info_get_uri(header) 
   84 #define osip_alert_info_set_uri(header, uri) osip_call_info_set_uri(header, uri) 
osip_call_info_t osip_alert_info_t
Definition: osip_alert_info.h:40
oSIP osip_call_info header definition.
Definition: osip_call_info.h:46