stdlibs/libz/zlib/inffast.h
changeset 59 09fa7c3c5079
parent 52 bf6a71c50e42
child 63 a117ad66e027
--- a/stdlibs/libz/zlib/inffast.h	Wed Aug 18 11:27:44 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
-/* 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));