From 9811b53dd9e8f67015c7199fff12b5bfc6965330 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Fri, 9 Sep 2011 23:24:24 -0700 Subject: zlib 1.2.2.1 --- minigzip.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'minigzip.c') diff --git a/minigzip.c b/minigzip.c index 6de35dd..4ba5e50 100644 --- a/minigzip.c +++ b/minigzip.c @@ -1,5 +1,5 @@ /* minigzip.c -- simulate gzip using the zlib compression library - * Copyright (C) 1995-2002 Jean-loup Gailly. + * Copyright (C) 1995-2004 Jean-loup Gailly. * For conditions of distribution and use, see copyright notice in zlib.h */ @@ -21,8 +21,6 @@ #ifdef STDC # include # include -#else - extern void exit OF((int)); #endif #ifdef USE_MMAP -- cgit v1.2.3-55-g6feb