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

Message Object Functions 41
Get and Set Functions
RvSipMsgRemoveHeaderAt()
RvSipMsgRemoveHeaderAt()
DESCRIPTION
Removes an header from the header list. The message holds most headers in a
sequential list except, To, From, CallId, Cseq, ContentLength and Content-Type
headers. You should supply this function with the list element of the header you
wish to remove.
SYNTAX
RvStatus RvSipMsgRemoveHeaderAt(
IN RvSipMsgHandle hSipMsg,
IN RvSipHeaderListElemHandle hListElem);
PARAMETERS
hSipMsg
The handle to the message.
hListElem
The handle to the list element to be removed.
RETURN VALUES
Returns RvStatus.