00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021 #ifndef _OSIP_PROXY_AUTHENTICATION_INFO_H_
00022 #define _OSIP_PROXY_AUTHENTICATION_INFO_H_
00023
00024 #include <osipparser2/headers/osip_authentication_info.h>
00025
00041 typedef osip_authentication_info_t osip_proxy_authentication_info_t;
00042
00043 #ifdef __cplusplus
00044 extern "C"
00045 {
00046 #endif
00047
00052 #define osip_proxy_authentication_info_init(header) osip_authentication_info_init(header)
00053
00058 #define osip_proxy_authentication_info_parse(header, hvalue) osip_authentication_info_parse(header, hvalue)
00059
00064 #define osip_proxy_authentication_info_to_str(header, dest) osip_authentication_info_to_str(header, dest)
00065
00069 #define osip_proxy_authentication_info_free(header) osip_authentication_info_free(header)
00070
00075 #define osip_proxy_authentication_info_clone(header, dest) osip_authentication_info_clone(header, dest)
00076
00081 #define osip_proxy_authentication_info_get_nextnonce(header) osip_authentication_info_get_nextnonce(header)
00082
00087 #define osip_proxy_authentication_info_set_nextnonce(header, value) osip_authentication_info_set_nextnonce(header, value)
00088
00092 #define osip_proxy_authentication_info_get_cnonce(header) osip_authentication_info_get_cnonce(header)
00093
00098 #define osip_proxy_authentication_info_set_cnonce(header, value) osip_authentication_info_set_cnonce(header, value)
00099
00103 #define osip_proxy_authentication_info_get_qop_options(header) osip_authentication_info_get_qop_options(header)
00104
00109 #define osip_proxy_authentication_info_set_qop_options(header, value) osip_authentication_info_set_qop_options(header, value)
00110
00114 #define osip_proxy_authentication_info_get_rspauth(header) osip_authentication_info_get_rspauth(header)
00115
00120 #define osip_proxy_authentication_info_set_rspauth(header, value) osip_authentication_info_set_rspauth(header, value)
00121
00125 #define osip_proxy_authentication_info_get_nonce_count(header) osip_authentication_info_get_nonce_count(header)
00126
00131 #define osip_proxy_authentication_info_set_nonce_count(header, value) osip_authentication_info_set_nonce_count(header, value)
00132
00133
00134 #ifdef __cplusplus
00135 }
00136 #endif
00137
00140 #endif