diff options
Diffstat (limited to '')
| -rw-r--r-- | minigzip.c | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -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__ | ||
| 21 | extern void exit __P((int)); | 22 | extern void exit __P((int)); |
| 23 | #endif | ||
| 22 | extern int unlink __P((const char *)); | 24 | extern int unlink __P((const char *)); |
| 23 | 25 | ||
| 24 | #ifdef STDC | 26 | #ifdef STDC |
