msg_header_make.c File Reference


Detailed Description

Creating message headers from strings.

Author:
Pekka Pessi <Pekka.Pessi@nokia-email.address.hidden>
Date:
Created: Fri Feb 23 14:06:34 2001 ppessi

#include "config.h"
#include <sofia-sip/su_alloc.h>
#include "sofia-sip/msg.h"
#include "sofia-sip/bnf.h"
#include "sofia-sip/msg_parser.h"
#include "sofia-sip/msg_header.h"
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <stdarg.h>
#include <limits.h>
#include <errno.h>
#include <assert.h>

Include dependency graph for msg_header_make.c:


Functions

msg_header_tmsg_header_make (su_home_t *home, msg_hclass_t *hc, char const *s)
 Make a header from a value string.
msg_header_tmsg_header_vformat (su_home_t *home, msg_hclass_t *hc, char const *fmt, va_list ap)
 Make a MSG header with formatting provided.

Function Documentation

msg_header_t* msg_header_make ( su_home_t *  home,
msg_hclass_t hc,
char const *  s 
)

Make a header from a value string.

msg_header_t* msg_header_vformat ( su_home_t *  home,
msg_hclass_t hc,
char const *  fmt,
va_list  ap 
)

Make a MSG header with formatting provided.


Sofia-SIP 1.12.6 - Copyright (C) 2006 Nokia Corporation. All rights reserved. Licensed under the terms of the GNU Lesser General Public License.