X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/51dbdf871051cbd602ef181405caf77203cc6252..f80ecb895354bfaa06cbf0e398383b243f1a20bf:/src/zlib/example.c diff --git a/src/zlib/example.c b/src/zlib/example.c index c2361f98f2..86494ef709 100644 --- a/src/zlib/example.c +++ b/src/zlib/example.c @@ -1,9 +1,8 @@ /* example.c -- usage example of the zlib compression library - * Copyright (C) 1995-2003 Jean-loup Gailly. + * Copyright (C) 1995-2004 Jean-loup Gailly. * For conditions of distribution and use, see copyright notice in zlib.h */ -/* @(#) $Id$ */ #include #include "zlib.h" @@ -11,8 +10,6 @@ #ifdef STDC # include # include -#else - extern void exit OF((int)); #endif #if defined(VMS) || defined(RISCOS)