diff options
author | shankar | 2010-03-11 04:03:19 +0000 |
---|---|---|
committer | shankar | 2010-03-11 04:03:19 +0000 |
commit | 7823d122b1c9a8d2ea896492d953a248085b2266 (patch) | |
tree | d678ce80e018b4f786d409db478e22d884906613 /include | |
parent | 79eb37f48200f85832fad2205bfb5e2ae54eda96 (diff) | |
download | axis2c-7823d122b1c9a8d2ea896492d953a248085b2266.tar.gz axis2c-7823d122b1c9a8d2ea896492d953a248085b2266.tar.bz2 |
Fixing issue AXIS2C-1468
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@921684 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r-- | include/axis2_http_client.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/axis2_http_client.h b/include/axis2_http_client.h index fbad8d4..9e14a95 100644 --- a/include/axis2_http_client.h +++ b/include/axis2_http_client.h @@ -261,6 +261,16 @@ extern "C" const axutil_env_t * env, axis2_char_t *callback_name); + AXIS2_EXTERN axis2_status_t AXIS2_CALL + axis2_http_client_consume_stream( + axis2_http_client_t * client, + const axutil_env_t * env); + + AXIS2_EXTERN axis2_status_t AXIS2_CALL + axis2_http_client_reset( + axis2_http_client_t * client, + const axutil_env_t * env); + /** @} */ #ifdef __cplusplus |