diff options
author | imp <imp@cvs.openbsd.org> | 1997-10-02 04:22:02 +0000 |
---|---|---|
committer | imp <imp@cvs.openbsd.org> | 1997-10-02 04:22:02 +0000 |
commit | 8591f91aa77b5cff4948ce9981db2bc8780b9f40 (patch) | |
tree | e1ae3e3ea35b7be3e897465ca6e2d8614091d52f /usr.bin | |
parent | 0e70320c03a7ea6db7195ca6bdf18ca36892564b (diff) |
Add prototype for fclose in socks case so we compile -DSOCKS
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ftp/ftp_var.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ftp/ftp_var.h b/usr.bin/ftp/ftp_var.h index 7239f6aafdf..5b4b90ce6ca 100644 --- a/usr.bin/ftp/ftp_var.h +++ b/usr.bin/ftp/ftp_var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ftp_var.h,v 1.15 1997/09/22 05:14:11 millert Exp $ */ +/* $OpenBSD: ftp_var.h,v 1.16 1997/10/02 04:22:01 imp Exp $ */ /* $NetBSD: ftp_var.h,v 1.18 1997/08/18 10:20:25 lukem Exp $ */ /* @@ -49,6 +49,7 @@ #ifdef SOCKS #include <socks.h> +int fclose(FILE *); #endif #include "stringlist.h" |