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

Message Type Definitions 901
Message API Type Definitions
RvSipAuthorizationHeaderType
RvSipAuthorizationHeaderType
DESCRIPTION
Indicates whether the Authorization header is a WWW–Authorization header or
a Proxy–Authorization header. This enumeration is defined in the
RvSipAuthorizationHeader.h file.
SYNTAX
typedef enum{
RVSIP_AUTH_UNDEFINED_AUTHORIZATION_HEADER = -1,
RVSIP_AUTH_AUTHORIZATION_HEADER,
RVSIP_AUTH_PROXY_AUTHORIZATION_HEADER
}RvSipAuthorizationHeaderType;