summaryrefslogtreecommitdiffstats
path: root/include/axis2_http_header.h
diff options
context:
space:
mode:
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