From af93f3e81360d8283cf83eb22b9f3165e097774d Mon Sep 17 00:00:00 2001 From: nadiramra Date: Tue, 1 Jun 2010 20:09:28 +0000 Subject: 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 --- include/axis2_http_client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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); -- cgit v1.1-32-gdbae