diff options
| author | TraoX_ <140246452+Trao-X@users.noreply.github.com> | 2026-03-07 21:56:03 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-07 13:56:03 -0600 |
| commit | bbe396d90d6cf292c18017129e4f9f619c406f32 (patch) | |
| tree | 56eb75286b24c4ee670fcb6011a9106ca653bb61 /Minecraft.Client/Common/zlib/inffast.h | |
| parent | 9cac3e039483c59477bae2edc03a3780afe49bd6 (diff) | |
Update to zlib 1.3.2 (#852)
Diffstat (limited to 'Minecraft.Client/Common/zlib/inffast.h')
| -rw-r--r-- | Minecraft.Client/Common/zlib/inffast.h | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/Minecraft.Client/Common/zlib/inffast.h b/Minecraft.Client/Common/zlib/inffast.h index e5c1aa4c..11027c07 100644 --- a/Minecraft.Client/Common/zlib/inffast.h +++ b/Minecraft.Client/Common/zlib/inffast.h @@ -1,11 +1,11 @@ -/* inffast.h -- header to use inffast.c - * Copyright (C) 1995-2003, 2010 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 ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start)); +/* inffast.h -- header to use inffast.c
+ * Copyright (C) 1995-2003, 2010 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 ZLIB_INTERNAL inflate_fast(z_streamp strm, unsigned start);
|
