Finished adjustments for cleaning up declaration of zopen(). Moving the

declaration from <stdio.h> to "zopen.h" left it undeclared here.
This commit is contained in:
Bruce Evans 1996-09-05 18:15:43 +00:00
parent 9b66eea42e
commit 1f36dc1f9e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=18053

View File

@ -58,6 +58,8 @@ static char sccsid[] = "@(#)compress.c 8.2 (Berkeley) 1/7/94";
#include <varargs.h>
#endif
#include "zopen.h"
void compress __P((char *, char *, int));
void cwarn __P((const char *, ...));
void cwarnx __P((const char *, ...));