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

oSIP osip_header definition. More...

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

Go to the source code of this file.

Data Structures

struct  osip_header
 Definition of a generic sip header. More...
 

Typedefs

typedef struct osip_header osip_header_t
 Structure for 'unknown' headers. More...
 
typedef osip_uri_param_t osip_generic_param_t
 Structure for generic parameter headers. More...
 

Functions

int osip_header_init (osip_header_t **header)
 Allocate a header element. More...
 
void osip_header_free (osip_header_t *header)
 Free a header element. More...
 
int osip_header_to_str (const osip_header_t *header, char **dest)
 Get a string representation of a header element. More...
 
char * osip_header_get_name (const osip_header_t *header)
 Get the token name a header element. More...
 
void osip_header_set_name (osip_header_t *header, char *pname)
 Set the token name a header element. More...
 
char * osip_header_get_value (const osip_header_t *header)
 Get the token value a header element. More...
 
void osip_header_set_value (osip_header_t *header, char *pvalue)
 Set the token value a header element. More...
 
int osip_header_clone (const osip_header_t *header, osip_header_t **dest)
 Clone a header element. More...
 

Detailed Description

oSIP osip_header definition.

Definition in file osip_header.h.