mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-03 09:00:21 +00:00
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:
parent
9b66eea42e
commit
1f36dc1f9e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=18053
@ -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 *, ...));
|
||||
|
Loading…
Reference in New Issue
Block a user