summaryrefslogtreecommitdiff
path: root/minigzip.c
diff options
context:
space:
mode:
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