aboutsummaryrefslogtreecommitdiff
path: root/lib/libz/inffast.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libz/inffast.h')
-rw-r--r--lib/libz/inffast.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libz/inffast.h b/lib/libz/inffast.h
index 0283eea..cb80787 100644
--- a/lib/libz/inffast.h
+++ b/lib/libz/inffast.h
@@ -1,6 +1,7 @@
-/* $OpenBSD: inffast.h,v 1.4 2003/12/16 22:33:02 henning Exp $ */
+/* $OpenBSD: inffast.h,v 1.6 2021/07/04 17:41:23 tb Exp $ */
+
/* inffast.h -- header to use inffast.c
- * Copyright (C) 1995-2003 Mark Adler
+ * Copyright (C) 1995-2003, 2010 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
@@ -9,4 +10,4 @@
subject to change. Applications should only use zlib.h.
*/
-void inflate_fast OF((z_streamp strm, unsigned start));
+void ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start));