diff options
author | amber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-03-30 22:16:39 +0000 |
---|---|---|
committer | amber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-03-30 22:16:39 +0000 |
commit | e9344cf3dae772a1aa21d5ff2c2c3d5242030aa2 (patch) | |
tree | 84937aab375143ced04275d52929ee5bc35060fd /src/zlib/inffast.h | |
parent | 4d81f68ece4dee6282024fe7189d8402a05428db (diff) | |
download | hercules-e9344cf3dae772a1aa21d5ff2c2c3d5242030aa2.tar.gz hercules-e9344cf3dae772a1aa21d5ff2c2c3d5242030aa2.tar.bz2 hercules-e9344cf3dae772a1aa21d5ff2c2c3d5242030aa2.tar.xz hercules-e9344cf3dae772a1aa21d5ff2c2c3d5242030aa2.zip |
fix the end-of-line styles for linux platforms [MouseJstr]
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1348 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/zlib/inffast.h')
-rw-r--r-- | src/zlib/inffast.h | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/src/zlib/inffast.h b/src/zlib/inffast.h index 614fa7877..1e88d2d97 100644 --- a/src/zlib/inffast.h +++ b/src/zlib/inffast.h @@ -1,11 +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));
+/* 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)); |