stdlibs/libz/zlib/inffast.h
changeset 65 c4aad78f92f5
parent 50 79045913e4e9
child 66 38bdaa106551
--- a/stdlibs/libz/zlib/inffast.h	Thu Aug 05 23:23:13 2010 +0530
+++ /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));