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

Message Type Definitions 901
Message API Type Definitions
RvSipAuthorizationHeaderType
RvSipAuthorizationHeaderType
DESCRIPTION
Indicates whether the Authorization header is a WWWAuthorization header or
a ProxyAuthorization 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;