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 sa...@apache.org on 2006/01/09 10:57:45 UTC

svn commit: r367259 - /webservices/axis2/trunk/c/include/axis2_ws_info_list.h

Author: samisa
Date: Mon Jan  9 01:57:39 2006
New Revision: 367259

URL: http://svn.apache.org/viewcvs?rev=367259&view=rev
Log:
Fixed warning

Modified:
    webservices/axis2/trunk/c/include/axis2_ws_info_list.h

Modified: webservices/axis2/trunk/c/include/axis2_ws_info_list.h
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/include/axis2_ws_info_list.h?rev=367259&r1=367258&r2=367259&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_ws_info_list.h (original)
+++ webservices/axis2/trunk/c/include/axis2_ws_info_list.h Mon Jan  9 01:57:39 2006
@@ -42,7 +42,7 @@
 #endif
     
 struct axis2_ws_info;
-struct dep_engine;
+struct axis2_dep_engine;
 typedef struct axis2_ws_info_list axis2_ws_info_list_t;
 typedef struct axis2_ws_info_list_ops axis2_ws_info_list_ops_t;