HP-UX C SIP Stack Message Layer Reference Guide (February 2008)
Authorization Header Functions 277
Get and Set Functions
RvSipAuthorizationHeaderSetRealm()
RvSipAuthorizationHeaderSetRealm()
DESCRIPTION
Sets the realm string in the Authorization header.
SYNTAX
RvStatus RvSipAuthorizationHeaderSetRealm(
IN RvSipAuthorizationHeaderHandle hHeader,
IN RvChar* pRealm);
PARAMETERS
hHeader
The handle to the Authorization header.
pRealm
The realm string to be set in the Authorization header. If NULL is supplied, the
existing realm is removed from the header.
RETURN VALUES
Returns RvStatus.