The file sip_reason.c contains implementation of header class for SIP header Reason.
#include "config.h"
#include "sofia-sip/sip_parser.h"
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
Include dependency graph for sip_reason.c:
Functions | |
char * | sip_reason_dup_one (sip_header_t *dst, sip_header_t const *src, char *b, isize_t xtra) |
Duplicate one sip_reason_t object. | |
Variables | |
msg_hclass_t | sip_reason_class [] |
Header class for Reason header. |