summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1995-07-31 04:00:01 +0000
committerasami <asami@FreeBSD.org>1995-07-31 04:00:01 +0000
commitb9255f3bd351f87a67addee21c295a255262d9a7 (patch)
tree943ee6117a61ab199946d1befb1bd048b637dc64 /usr.sbin/pkg_install
parentadb6e33f4eee5a15c79ff2dafc89b0fe68b12b4c (diff)
downloadFreeBSD-src-b9255f3bd351f87a67addee21c295a255262d9a7.zip
FreeBSD-src-b9255f3bd351f87a67addee21c295a255262d9a7.tar.gz
Sync this up with ftp.c.
Diffstat (limited to 'usr.sbin/pkg_install')
-rw-r--r--usr.sbin/pkg_install/lib/ftp.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.sbin/pkg_install/lib/ftp.h b/usr.sbin/pkg_install/lib/ftp.h
index f1e35d6..9275dd4 100644
--- a/usr.sbin/pkg_install/lib/ftp.h
+++ b/usr.sbin/pkg_install/lib/ftp.h
@@ -17,9 +17,6 @@ FTP_t FtpInit();
int FtpOpen(FTP_t, char *host, char *user, char *passwd);
#define FtpBinary(ftp,bool) { (ftp)->binary = (bool); }
#define FtpPassive(ftp,bool) { (ftp)->passive = (bool); }
-#ifndef STANDALONE_FTP
-#define FtpDebug(ftp, bool) { (ftp)->fd_debug = (bool); }
-#endif
int FtpChdir(FTP_t, char *);
int FtpGet(FTP_t, char *);
int FtpEOF(FTP_t);
OpenPOWER on IntegriCloud