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

oSIP osip_content_disposition header definition. More...

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

Go to the source code of this file.

Macros

#define osip_content_disposition_init(header)   osip_call_info_init(header)
 Allocate a Content-Disposition element. More...
 
#define osip_content_disposition_free(header)   osip_call_info_free(header)
 Free a Content-Disposition element. More...
 
#define osip_content_disposition_to_str(header, dest)   osip_call_info_to_str(header,dest)
 Get a string representation of a Content-Disposition element. More...
 
#define osip_content_disposition_clone   osip_call_info_clone
 Clone a Content-Disposition element. More...
 
#define osip_content_disposition_set_type(header, value)   osip_call_info_set_uri(header, value)
 Set the type in the Content-Disposition element. More...
 
#define osip_content_disposition_get_type(header)   osip_call_info_get_uri(header)
 Get the type from a Content-Disposition header. More...
 

Typedefs

typedef osip_call_info_t osip_content_disposition_t
 Structure for Content-Disposition headers. More...
 

Functions

int osip_content_disposition_parse (osip_content_disposition_t *header, const char *hvalue)
 Parse a Content-Disposition element. More...
 

Detailed Description

oSIP osip_content_disposition header definition.

Definition in file osip_content_disposition.h.