You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by na...@apache.org on 2009/08/17 09:01:43 UTC

svn commit: r804878 - /webservices/axis2/trunk/c/src/core/transport/http/receiver/http_receiver.c

Author: nandika
Date: Mon Aug 17 07:01:43 2009
New Revision: 804878

URL: http://svn.apache.org/viewvc?rev=804878&view=rev
Log:
compilation error fixed

Modified:
    webservices/axis2/trunk/c/src/core/transport/http/receiver/http_receiver.c

Modified: webservices/axis2/trunk/c/src/core/transport/http/receiver/http_receiver.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/transport/http/receiver/http_receiver.c?rev=804878&r1=804877&r2=804878&view=diff
==============================================================================
--- webservices/axis2/trunk/c/src/core/transport/http/receiver/http_receiver.c (original)
+++ webservices/axis2/trunk/c/src/core/transport/http/receiver/http_receiver.c Mon Aug 17 07:01:43 2009
@@ -56,7 +56,7 @@
     axis2_transport_receiver_t * server,
     const axutil_env_t * env);
 
-static axis2_status_t AXIS2_CALL
+axis2_status_t AXIS2_CALL
 axis2_http_server_stop(
     axis2_transport_receiver_t * server,
     const axutil_env_t * env);
@@ -285,7 +285,7 @@
     return AXIS2_SUCCESS;
 }
 
-static AXIS2_EXTERN axis2_status_t AXIS2_CALL
+AXIS2_EXTERN axis2_status_t AXIS2_CALL
 axis2_http_server_stop(
     axis2_transport_receiver_t * server,
     const axutil_env_t * env)