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

oSIP osip_allow header definition. More...

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

Go to the source code of this file.

Macros

#define osip_allow_init(header)   osip_content_length_init(header)
 Allocate a Allow element. More...
 
#define osip_allow_parse(header, hvalue)   osip_content_length_parse(header, hvalue)
 Parse a Allow element. More...
 
#define osip_allow_to_str   osip_content_length_to_str
 Get a string representation of a Allow element. More...
 
#define osip_allow_free   osip_content_length_free
 Free a Allow element. More...
 
#define osip_allow_clone   osip_content_length_clone
 Clone a Allow element. More...
 

Typedefs

typedef osip_content_length_t osip_allow_t
 Structure for Allow headers. More...
 

Detailed Description

oSIP osip_allow header definition.

Definition in file osip_allow.h.