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 da...@apache.org on 2006/02/02 06:19:51 UTC

svn commit: r374261 - /webservices/axis2/trunk/c/modules/util/axis2_file_diff.h

Author: damitha
Date: Wed Feb  1 21:19:47 2006
New Revision: 374261

URL: http://svn.apache.org/viewcvs?rev=374261&view=rev
Log:
udated for win compatibility

Modified:
    webservices/axis2/trunk/c/modules/util/axis2_file_diff.h

Modified: webservices/axis2/trunk/c/modules/util/axis2_file_diff.h
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/util/axis2_file_diff.h?rev=374261&r1=374260&r2=374261&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/util/axis2_file_diff.h (original)
+++ webservices/axis2/trunk/c/modules/util/axis2_file_diff.h Wed Feb  1 21:19:47 2006
@@ -38,7 +38,7 @@
   * @param file name
   * @return status code
   */
-axis2_status_t axis2_file_diff(axis2_env_t *env
+AXIS2_DECLARE(axis2_status_t) axis2_file_diff(axis2_env_t *env
 		, axis2_char_t *expected_file_name, axis2_char_t *actual_file_name);
 
 #endif /* AXIS2_FILE_DIFF_H */