X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;ds=sidebyside;f=libs%2Fimago%2Fzlib%2Finffast.h;fp=libs%2Fimago%2Fzlib%2Finffast.h;h=1e88d2d97b568d37c44800c5aa7e54cfa33d46d3;hb=1ee7845621c04020321fa8dfb6dcbf3d8c6c9b51;hp=0000000000000000000000000000000000000000;hpb=02e7611eefd46380cbce65ace9da8399c27e78e8;p=eradicate diff --git a/libs/imago/zlib/inffast.h b/libs/imago/zlib/inffast.h new file mode 100644 index 0000000..1e88d2d --- /dev/null +++ b/libs/imago/zlib/inffast.h @@ -0,0 +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));