Session Initiation Protocol Library Functions sip_new_msg(3SIP)
NAME
sip_new_msg - allocates a new SIP message
SYNOPSIS
cc [ flag ... ] file ... -lsip [ library ... ]
#include
sip_msg_t sip_new_msg();
DESCRIPTION
The sip_new_msg() function allocates and returns a new SIP
message.RETURN VALUES
The sip_new_msg() function returns the newly allocated SIP
message on success and NULL on failure. The value of errno is not changed by these calls in the event of an error.ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:____________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|_____________________________|
| Interface Stability | Committed ||_____________________________|_____________________________|
| MT-Level | MT-Safe |
|_____________________________|_____________________________|
SEE ALSO
libsip(3LIB)SunOS 5.11 Last change: 25 Jan 2007 1