summaryrefslogtreecommitdiffstats
path: root/usr.bin/ftp/extern.h
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>1998-07-26 18:49:36 +0000
committerimp <imp@FreeBSD.org>1998-07-26 18:49:36 +0000
commit573de313c073e4d75922a344ed07b839b6d268a4 (patch)
tree4d4a46a4096a2ff85f630e4e2070191cf1a9c218 /usr.bin/ftp/extern.h
parent0668f6953d2b612c16c813a72ae389004fe733e3 (diff)
downloadFreeBSD-src-573de313c073e4d75922a344ed07b839b6d268a4.zip
FreeBSD-src-573de313c073e4d75922a344ed07b839b6d268a4.tar.gz
fd_set is documented to be a typedef, not a struct. Conform more
closely to the documented interface. Inspired-by: similar changes in OpenBSD
Diffstat (limited to 'usr.bin/ftp/extern.h')
-rw-r--r--usr.bin/ftp/extern.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.bin/ftp/extern.h b/usr.bin/ftp/extern.h
index b6e4266..a334c0b 100644
--- a/usr.bin/ftp/extern.h
+++ b/usr.bin/ftp/extern.h
@@ -1,4 +1,4 @@
-/* $Id$ */
+/* $Id: extern.h,v 1.6 1997/12/13 20:38:15 pst Exp $ */
/* $NetBSD: extern.h,v 1.17.2.1 1997/11/18 00:59:50 mellon Exp $ */
/*-
@@ -36,8 +36,6 @@
* @(#)extern.h 8.3 (Berkeley) 10/9/94
*/
-struct fd_set;
-
void abort_remote __P((FILE *));
void abortpt __P((int));
void abortrecv __P((int));
@@ -67,7 +65,7 @@ void domacro __P((int, char **));
char *domap __P((char *));
void doproxy __P((int, char **));
char *dotrans __P((char *));
-int empty __P((struct fd_set *, int));
+int empty __P((fd_set *, int));
void get __P((int, char **));
struct cmd *getcmd __P((const char *));
int getit __P((int, char **, int, const char *));
OpenPOWER on IntegriCloud