You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by na...@apache.org on 2007/08/29 09:29:45 UTC

svn commit: r570666 - /webservices/axis2/trunk/c/src/core/engine/engine.c

Author: nandika
Date: Wed Aug 29 00:29:43 2007
New Revision: 570666

URL: http://svn.apache.org/viewvc?rev=570666&view=rev
Log:
compiler warning fixed

Modified:
    webservices/axis2/trunk/c/src/core/engine/engine.c

Modified: webservices/axis2/trunk/c/src/core/engine/engine.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/engine/engine.c?rev=570666&r1=570665&r2=570666&view=diff
==============================================================================
--- webservices/axis2/trunk/c/src/core/engine/engine.c (original)
+++ webservices/axis2/trunk/c/src/core/engine/engine.c Wed Aug 29 00:29:43 2007
@@ -35,6 +35,11 @@
     axis2_conf_ctx_t *conf_ctx;
 };
 
+axis2_status_t
+axis2_engine_check_must_understand_headers(
+    const axutil_env_t *env,
+    axis2_msg_ctx_t *msg_ctx);
+
 AXIS2_EXTERN axis2_engine_t *AXIS2_CALL
 axis2_engine_create(
     const axutil_env_t *env,



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org