aboutsummaryrefslogtreecommitdiff
path: root/crypto/heimdal/appl/ftp/ftp/ftp_var.h
diff options
context:
space:
mode:
authorDoug Rabson <dfr@FreeBSD.org>2008-05-07 13:39:42 +0000
committerDoug Rabson <dfr@FreeBSD.org>2008-05-07 13:39:42 +0000
commitc19800e8cd5640693f36f2040db4ab5e8d738146 (patch)
tree4dbb862199a916e3ffe75f1cb08703ec0e662ffc /crypto/heimdal/appl/ftp/ftp/ftp_var.h
parent8d4ba808a53020900c275b6f1cf21fc6e9f3bf36 (diff)
downloadsrc-c19800e8cd5640693f36f2040db4ab5e8d738146.tar.gz
src-c19800e8cd5640693f36f2040db4ab5e8d738146.zip
Vendor import of Heimdal 1.1
Notes
Notes: svn path=/vendor-crypto/heimdal/dist/; revision=178825
Diffstat (limited to 'crypto/heimdal/appl/ftp/ftp/ftp_var.h')
-rw-r--r--crypto/heimdal/appl/ftp/ftp/ftp_var.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/heimdal/appl/ftp/ftp/ftp_var.h b/crypto/heimdal/appl/ftp/ftp/ftp_var.h
index 3dbe6b44a11a..75ec495b76eb 100644
--- a/crypto/heimdal/appl/ftp/ftp/ftp_var.h
+++ b/crypto/heimdal/appl/ftp/ftp/ftp_var.h
@@ -57,6 +57,7 @@ extern int debug; /* debugging level */
extern int bell; /* ring bell on cmd completion */
extern int doglob; /* glob local file names */
extern int autologin; /* establish user account on connection */
+extern int doencrypt;
extern int proxy; /* proxy server connection active */
extern int proxflag; /* proxy connection exists */
extern int sunique; /* store files on server with unique name */