diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-07-25 21:56:24 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-07-25 21:56:24 +0000 |
commit | da0149374e924b042d208cabb933db13a8a282e1 (patch) | |
tree | 4a80f729b12d079d916729ee4fb60ff010d1fd3a /usr.bin/ftp/extern.h | |
parent | 2c1eb13e389d6506b0a013fbf53a265e592f64a2 (diff) |
Updates from NetBSD (lukem) include -Wall cleanup.
More -W* cleanup and in_port_t usage by me.
Diffstat (limited to 'usr.bin/ftp/extern.h')
-rw-r--r-- | usr.bin/ftp/extern.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/usr.bin/ftp/extern.h b/usr.bin/ftp/extern.h index 7b6cac81058..2abb286eb39 100644 --- a/usr.bin/ftp/extern.h +++ b/usr.bin/ftp/extern.h @@ -1,5 +1,5 @@ -/* $OpenBSD: extern.h,v 1.14 1997/06/10 19:39:53 millert Exp $ */ -/* $NetBSD: extern.h,v 1.15 1997/04/14 09:09:17 lukem Exp $ */ +/* $OpenBSD: extern.h,v 1.15 1997/07/25 21:56:19 millert Exp $ */ +/* $NetBSD: extern.h,v 1.16 1997/07/20 09:45:48 lukem Exp $ */ /*- * Copyright (c) 1994 The Regents of the University of California. @@ -42,7 +42,6 @@ void abort_remote __P((FILE *)); void abortpt __P((int)); void abortrecv __P((int)); void abortsend __P((int)); -void aborthttp __P((int)); void account __P((int, char **)); void alarmtimer __P((int)); int another __P((int *, char ***, const char *)); @@ -69,7 +68,7 @@ char *domap __P((char *)); void doproxy __P((int, char **)); char *dotrans __P((char *)); int empty __P((struct fd_set *, int)); -int foregroundproc __P(()); +int foregroundproc __P((void)); void get __P((int, char **)); struct cmd *getcmd __P((const char *)); int getit __P((int, char **, int, const char *)); @@ -77,7 +76,7 @@ int getreply __P((int)); int globulize __P((char **)); char *gunique __P((const char *)); void help __P((int, char **)); -char *hookup __P((const char *, int)); +char *hookup __P((const char *, in_port_t)); void idle __P((int, char **)); int initconn __P((void)); void intr __P((void)); |