HP-UX C SIP Stack Message Layer Reference Guide (February 2008)
Contact Header Functions 333
Get and Set Functions
RvSipContactHeaderIsStar()
RvSipContactHeaderIsStar()
DESCRIPTION
Determines whether or not the Contact header contains an asterisk (*). This
means that the header is of the form “Contact: *”.
SYNTAX
RvBool RvSipContactHeaderIsStar(
IN RvSipContactHeaderHandle hHeader);
PARAMETERS
hHeader
The handle of the Contact header.
RETURN VALUES
Returns RV_TRUE if the Contact header is of the form “Contact: *”. Otherwise
returns RV_FALSE.