summaryrefslogtreecommitdiff
path: root/usr.bin/ftp/ftp_var.h
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1997-02-03 01:05:47 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1997-02-03 01:05:47 +0000
commit2032b3ac7a76c4acb7c8a879ce1366c4ceaeff7b (patch)
tree8345ed4044fa5e9a654b42cb2d3c1fe128239ae7 /usr.bin/ftp/ftp_var.h
parent608493bb3d8aaa88f2804c620ef8d208ba98b08a (diff)
Add back ``-r'' option and fix strncpy() usage and other nits because
I'm anal. Closer to KNF now.
Diffstat (limited to 'usr.bin/ftp/ftp_var.h')
-rw-r--r--usr.bin/ftp/ftp_var.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/ftp/ftp_var.h b/usr.bin/ftp/ftp_var.h
index 3132ccf6e6a..a9921b1f50f 100644
--- a/usr.bin/ftp/ftp_var.h
+++ b/usr.bin/ftp/ftp_var.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: ftp_var.h,v 1.7 1997/02/03 01:05:41 millert Exp $ */
/* $NetBSD: ftp_var.h,v 1.13 1997/02/01 10:45:05 lukem Exp $ */
/*
@@ -41,12 +42,12 @@
#include <sys/param.h>
#include <setjmp.h>
-#include <stringlist.h>
#ifndef SMALLFTP
#include <histedit.h>
#endif /* !SMALLFTP */
+#include "stringlist.h"
#include "extern.h"
#define HASHBYTES 1024
@@ -104,6 +105,7 @@ char bytename[32]; /* local byte size in ascii */
int bytesize; /* local byte size in binary */
int anonftp; /* automatic anonymous login */
int dirchange; /* remote directory changed by cd command */
+int retry_connect; /* retry connect if failed */
int ttywidth; /* width of tty */
#ifndef SMALLFTP