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

oSIP osip_content_encoding header definition. More...

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

Go to the source code of this file.

Macros

#define osip_content_encoding_init(header)   osip_content_length_init(header)
 Allocate a Content-Encoding element. More...
 
#define osip_content_encoding_parse(header, hvalue)   osip_content_length_parse(header, hvalue)
 Parse a Content-Encoding element. More...
 
#define osip_content_encoding_to_str   osip_content_length_to_str
 Get a string representation of a Content-Encoding element. More...
 
#define osip_content_encoding_free   osip_content_length_free
 Free a Content-Encoding element. More...
 
#define osip_content_encoding_clone   osip_content_length_clone
 Clone a Content-Encoding element. More...
 

Typedefs

typedef osip_content_length_t osip_content_encoding_t
 Structure for Content-Encoding headers. More...
 

Detailed Description

oSIP osip_content_encoding header definition.

Definition in file osip_content_encoding.h.