HP-UX C SIP Stack Message Layer Reference Guide (January 2008)

Content-Type Header Functions 385
Get and Set Functions
RvSipContentTypeHeaderSetBoundary()
RvSipContentTypeHeaderSetBoundary()
DESCRIPTION
Sets the boundary string in the Content-Type header. The given string is copied
to the Content-Type header.
Note The given boundary may be quoted as defined in IETF RFC 2046.
SYNTAX
RvStatus RvSipContentTypeHeaderSetBoundary(
IN RvSipContentTypeHeaderHandle hHeader,
IN RvChar *boundary);
PARAMETERS
hHeader
The handle to the header.
boundary
The boundary string to be set in the Content-Type header. If NULL is supplied,
the existing boundary is removed from the header.
RETURN VALUES
Returns RvStatus.