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