HP-UX C SIP Stack Message Layer Reference Guide (February 2008)
654 HP C SIP Stack Message Layer Reference Guide
Get and Set Functions
RvSipRetryAfterHeaderSetDate()
RvSipRetryAfterHeaderSetDate()
DESCRIPTION
Sets a new Date header in the Retry-After header and changes the Retry-After
format to date. (The function allocates a Date header, and copies the given
hDate object to it).
SYNTAX
RvStatus RvSipRetryAfterHeaderSetDate(
IN RvSipRetryAfterHeaderHandle hHeader,
IN RvSipDateHeaderHandle hDate);
PARAMETERS
hHeader
The handle to the Retry-After header.
hDate
The date handle to be set to the Retry-After header. If the date handle is NULL,
the existing Date header is removed from the Expires header.
RETURN VALUES
Returns RvStatus.