From 0893c0b34450ccfa46463a71ad0fc588ef16abd7 Mon Sep 17 00:00:00 2001 From: damitha Date: Tue, 31 May 2011 09:16:01 +0000 Subject: Initial checkin of ntlm auth code git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1129586 13f79535-47bb-0310-9956-ffa450edef68 --- include/axis2_http_header.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'include/axis2_http_header.h') diff --git a/include/axis2_http_header.h b/include/axis2_http_header.h index c79ab50..5e3dab0 100644 --- a/include/axis2_http_header.h +++ b/include/axis2_http_header.h @@ -69,6 +69,17 @@ extern "C" axis2_http_header_get_value( const axis2_http_header_t * header, const axutil_env_t * env); + + /** + * @param header pointer to header + * @param env pointer to environment struct + * @param value header value + */ + AXIS2_EXTERN void AXIS2_CALL + axis2_http_header_set_value( + axis2_http_header_t * header, + const axutil_env_t * env, + const axis2_char_t *value); /** * @param header pointer to header -- cgit v1.1-32-gdbae