SIP Witch 1.9.15
|
oSIP osip_allow header definition. More...
#include <osipparser2/headers/osip_content_length.h>
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... | |
oSIP osip_allow header definition.
Definition in file osip_allow.h.