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 pi...@apache.org on 2006/05/15 08:07:16 UTC

svn commit: r406546 - in /webservices/axis2/trunk/c/include: crypt.h ioapi.h platforms/windows/iowin32.h unzip.h

Author: pini
Date: Sun May 14 23:07:14 2006
New Revision: 406546

URL: http://svn.apache.org/viewcvs?rev=406546&view=rev
Log:
moved headers to correct locations.


Added:
    webservices/axis2/trunk/c/include/crypt.h
      - copied unchanged from r406536, webservices/axis2/trunk/c/modules/util/minizip/crypt.h
    webservices/axis2/trunk/c/include/ioapi.h
      - copied unchanged from r406536, webservices/axis2/trunk/c/modules/util/minizip/ioapi.h
    webservices/axis2/trunk/c/include/platforms/windows/iowin32.h
    webservices/axis2/trunk/c/include/unzip.h
      - copied unchanged from r406536, webservices/axis2/trunk/c/modules/util/minizip/unzip.h

Added: webservices/axis2/trunk/c/include/platforms/windows/iowin32.h
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/include/platforms/windows/iowin32.h?rev=406546&view=auto
==============================================================================
--- webservices/axis2/trunk/c/include/platforms/windows/iowin32.h (added)
+++ webservices/axis2/trunk/c/include/platforms/windows/iowin32.h Sun May 14 23:07:14 2006
@@ -0,0 +1,21 @@
+/* iowin32.h -- IO base function header for compress/uncompress .zip
+   files using zlib + zip or unzip API
+   This IO API version uses the Win32 API (for Microsoft Windows)
+
+   Version 1.01e, February 12th, 2005
+
+   Copyright (C) 1998-2005 Gilles Vollant
+*/
+
+#include <windows.h>
+
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+void fill_win32_filefunc OF((zlib_filefunc_def* pzlib_filefunc_def));
+
+#ifdef __cplusplus
+}
+#endif