summaryrefslogtreecommitdiffstats
path: root/include/axis2_http_header.h
diff options
context:
space:
mode:
authorGravatar damitha2011-05-31 09:16:01 +0000
committerGravatar damitha2011-05-31 09:16:01 +0000
commit0893c0b34450ccfa46463a71ad0fc588ef16abd7 (patch)
tree691cc2e3145557c028d94a4fb72cc5fcfb458b62 /include/axis2_http_header.h
parentbcaf5833f0b73566937ad9629d01c943b553abe7 (diff)
downloadaxis2c-0893c0b34450ccfa46463a71ad0fc588ef16abd7.tar.gz
axis2c-0893c0b34450ccfa46463a71ad0fc588ef16abd7.tar.bz2
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
Diffstat (limited to 'include/axis2_http_header.h')
-rw-r--r--include/axis2_http_header.h11
1 files changed, 11 insertions, 0 deletions
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