diff options
author | 2009-04-26 21:26:03 +0000 | |
---|---|---|
committer | 2009-04-26 21:26:03 +0000 | |
commit | 8b9fb150cf4c06227f8905dfee03e5ac5efc6e8d (patch) | |
tree | 6a9197a81bd68ee7620a097dabef82a7ea480153 /usr.bin/ftp/extern.h | |
parent | No need to say that we setup the timezone; the user can assume it happens because we move on to the next task (diff) | |
download | wireguard-openbsd-8b9fb150cf4c06227f8905dfee03e5ac5efc6e8d.tar.xz wireguard-openbsd-8b9fb150cf4c06227f8905dfee03e5ac5efc6e8d.zip |
figure out titles automatically by using remote file name. remove
-T and just show titles by default for non-verbose transfers;
discussed with, ok theo, sthen@
Diffstat (limited to 'usr.bin/ftp/extern.h')
-rw-r--r-- | usr.bin/ftp/extern.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/ftp/extern.h b/usr.bin/ftp/extern.h index 2070844ebf4..7891c696512 100644 --- a/usr.bin/ftp/extern.h +++ b/usr.bin/ftp/extern.h @@ -1,4 +1,4 @@ -/* $OpenBSD: extern.h,v 1.36 2009/04/13 01:47:04 deraadt Exp $ */ +/* $OpenBSD: extern.h,v 1.37 2009/04/26 21:26:03 martynas Exp $ */ /* $NetBSD: extern.h,v 1.17 1997/08/18 10:20:19 lukem Exp $ */ /* @@ -124,7 +124,7 @@ void mput(int, char **); char *onoff(int); void newer(int, char **); void page(int, char **); -void progressmeter(int); +void progressmeter(int, const char *); char *prompt(void); void proxabort(int); void proxtrans(const char *, const char *, const char *); @@ -210,7 +210,6 @@ extern struct cmd cmdtab[]; extern FILE *cout; extern int data; extern char *home; -extern char *title; extern jmp_buf jabort; extern int family; extern int proxy; |