summaryrefslogtreecommitdiff
path: root/usr.bin/ftp/extern.h
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1997-03-14 04:32:19 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1997-03-14 04:32:19 +0000
commit1e56142f89dd7f340eec7460e4de51d43f815bf8 (patch)
tree30a5ef6b529ecc3ad8da08545388ecc2d77638f9 /usr.bin/ftp/extern.h
parent144475db6bbada25390f979901aba4d87716f1d3 (diff)
Sync with NetBSD and fix "get foo.txt /dev/tty" wrt progress meter
and setting times.
Diffstat (limited to 'usr.bin/ftp/extern.h')
-rw-r--r--usr.bin/ftp/extern.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/usr.bin/ftp/extern.h b/usr.bin/ftp/extern.h
index 1ca06b5583b..67f4d958a61 100644
--- a/usr.bin/ftp/extern.h
+++ b/usr.bin/ftp/extern.h
@@ -1,5 +1,5 @@
-/* $NetBSD: extern.h,v 1.11 1997/02/01 10:44:58 lukem Exp $ */
-/* $OpenBSD: extern.h,v 1.8 1997/02/05 04:55:15 millert Exp $ */
+/* $OpenBSD: extern.h,v 1.9 1997/03/14 04:32:14 millert Exp $ */
+/* $NetBSD: extern.h,v 1.12 1997/03/13 06:23:15 lukem Exp $ */
/*-
* Copyright (c) 1994 The Regents of the University of California.
@@ -53,7 +53,7 @@ void cdup __P((int, char **));
void changetype __P((int, int));
void cmdabort __P((int));
void cmdscanner __P((int));
-int command __P(());
+int command __P((const char *, ...));
#ifndef SMALLFTP
unsigned char complete __P((EditLine *, int));
#endif /* !SMALLFTP */
@@ -87,7 +87,7 @@ void lpwd __P((int, char **));
void ls __P((int, char **));
void mabort __P((int));
void macdef __P((int, char **));
-void makeargv __P(());
+void makeargv __P((void));
void makedir __P((int, char **));
void mdelete __P((int, char **));
void mget __P((int, char **));
@@ -96,6 +96,7 @@ void modtime __P((int, char **));
void mput __P((int, char **));
char *onoff __P((int));
void newer __P((int, char **));
+void page __P((int, char **));
void progressmeter __P((int));
char *prompt __P((void));
void proxabort __P((int));
@@ -112,7 +113,7 @@ void quote1 __P((const char *, int, char **));
void recvrequest __P((const char *, const char *, const char *,
const char *, int));
void reget __P((int, char **));
-char *remglob __P((char **, int));
+char *remglob __P((char **, int, char **));
off_t remotesize __P((const char *, int));
time_t remotemodtime __P((const char *, int));
void removedir __P((int, char **));
@@ -153,7 +154,7 @@ void setverbose __P((int, char **));
void shell __P((int, char **));
void site __P((int, char **));
void sizecmd __P((int, char **));
-char *slurpstring __P(());
+char *slurpstring __P((void));
void status __P((int, char **));
void syst __P((int, char **));
int togglevar __P((int, char **, int *, const char *));