diff options
author | amber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-03-30 19:49:57 +0000 |
---|---|---|
committer | amber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-03-30 19:49:57 +0000 |
commit | 9c0c26a552ab3e66a6595d033988906eb8576e6e (patch) | |
tree | c68888dde66883cc97bb9b2c19b0e9cf1133eb9d /src/zlib/inffast.h | |
parent | 327439273a8addb07b4e05908ba5e931b2f679ea (diff) | |
download | hercules-9c0c26a552ab3e66a6595d033988906eb8576e6e.tar.gz hercules-9c0c26a552ab3e66a6595d033988906eb8576e6e.tar.bz2 hercules-9c0c26a552ab3e66a6595d033988906eb8576e6e.tar.xz hercules-9c0c26a552ab3e66a6595d033988906eb8576e6e.zip |
Made the map-server build cleanly using Microsoft Visual Studio [MouseJstr]
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1345 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/zlib/inffast.h')
-rw-r--r-- | src/zlib/inffast.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/zlib/inffast.h b/src/zlib/inffast.h new file mode 100644 index 000000000..614fa7877 --- /dev/null +++ b/src/zlib/inffast.h @@ -0,0 +1,11 @@ +/* inffast.h -- header to use inffast.c
+ * Copyright (C) 1995-2003 Mark Adler
+ * For conditions of distribution and use, see copyright notice in zlib.h
+ */
+
+/* WARNING: this file should *not* be used by applications. It is
+ part of the implementation of the compression library and is
+ subject to change. Applications should only use zlib.h.
+ */
+
+void inflate_fast OF((z_streamp strm, unsigned start));
|