diff options
author | nadiramra | 2010-06-01 20:09:28 +0000 |
---|---|---|
committer | nadiramra | 2010-06-01 20:09:28 +0000 |
commit | af93f3e81360d8283cf83eb22b9f3165e097774d (patch) | |
tree | 2d91128d6729d8ffc7dcc028fef4e795dcfb1506 /include | |
parent | f524a1720af5bacf807684d890afa85af4cbe5b7 (diff) | |
download | axis2c-af93f3e81360d8283cf83eb22b9f3165e097774d.tar.gz axis2c-af93f3e81360d8283cf83eb22b9f3165e097774d.tar.bz2 |
Minor API name correction receive to receive. kept old api for backward compatibility but removed from header file.
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@950233 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r-- | include/axis2_http_client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/axis2_http_client.h b/include/axis2_http_client.h index 9e14a95..a7b2dbc 100644 --- a/include/axis2_http_client.h +++ b/include/axis2_http_client.h @@ -66,7 +66,7 @@ extern "C" * @param env pointer to environment struct */ AXIS2_EXTERN int AXIS2_CALL - axis2_http_client_recieve_header( + axis2_http_client_receive_header( axis2_http_client_t * client, const axutil_env_t * env); |