aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/lib
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-07-31 04:00:01 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-07-31 04:00:01 +0000
commite7a7980c25f5b1a58d1fcc7d302b25cc2e92524e (patch)
tree943ee6117a61ab199946d1befb1bd048b637dc64 /usr.sbin/pkg_install/lib
parentd5285ad858da430c9f3509ad99a4845efd7db916 (diff)
Notes
Diffstat (limited to 'usr.sbin/pkg_install/lib')
-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 f1e35d694ba3..9275dd4f35c6 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);