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

Authentication-Info Header Functions 237
Control Functions
RvSipAuthenticationInfoHeaderParse()
RvSipAuthenticationInfoHeaderParse()
DESCRIPTION
Parses a SIP textual Authentication-Info header into an Authentication-Info
header. All the textual fields are placed inside the object.
Note Before performing the parse operation the stack resets all the header fields.
Therefore, if the parse function fails, you will not be able to get the previous
header field values.
SYNTAX
RvStatus RvSipAuthenticationInfoHeaderParse(
IN RvSipAuthenticationInfoHeaderHandle hHeader,
IN RvChar* buffer);
PARAMETERS
hHeader
The handle to the Authentication-Info header.
buffer
Buffer containing a textual Authentication-Info header.
RETURN VALUES
Returns RvStatus.