summaryrefslogtreecommitdiff
path: root/minigzip.c
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-09-09 23:07:35 -0700
committerMark Adler <madler@alumni.caltech.edu>2011-09-09 23:07:35 -0700
commit1c71d8b13b54f91ddec361d3053ecce26e6ff761 (patch)
tree84f806bb79cc8c7458ddbd7b5402dbf1eec76dd4 /minigzip.c
parent64b2e892035cf6ea98800c54dce0d63730d50272 (diff)
downloadzlib-0.91.tar.gz
zlib-0.91.tar.bz2
zlib-0.91.zip
zlib 0.91v0.91
Diffstat (limited to 'minigzip.c')
-rw-r--r--minigzip.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/minigzip.c b/minigzip.c
index d3d2fe9..8f58080 100644
--- a/minigzip.c
+++ b/minigzip.c
@@ -13,12 +13,14 @@
13 * or in pipe mode. 13 * or in pipe mode.
14 */ 14 */
15 15
16/* $Id: minigzip.c,v 1.3 1995/04/29 14:27:21 jloup Exp $ */ 16/* $Id: minigzip.c,v 1.4 1995/05/02 15:54:22 jloup Exp $ */
17 17
18#include <stdio.h> 18#include <stdio.h>
19#include "zlib.h" 19#include "zlib.h"
20 20
21#ifndef __GO32__
21extern void exit __P((int)); 22extern void exit __P((int));
23#endif
22extern int unlink __P((const char *)); 24extern int unlink __P((const char *));
23 25
24#ifdef STDC 26#ifdef STDC