From 7795edd6c683a5b82701cfa825304ac48bf79fef Mon Sep 17 00:00:00 2001 From: Jean-André Santoni Date: Sun, 13 Jan 2019 11:12:32 +0700 Subject: Embed zlib --- deps/inffast.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 deps/inffast.h (limited to 'deps/inffast.h') diff --git a/deps/inffast.h b/deps/inffast.h new file mode 100644 index 0000000..169a85a --- /dev/null +++ b/deps/inffast.h @@ -0,0 +1,15 @@ +/* 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. + */ +#ifndef _INFFAST_H +#define _INFFAST_H + +void ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start)); + +#endif -- cgit v1.2.3