summaryrefslogtreecommitdiff
path: root/methods/ftp.h
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2017-06-27 20:47:47 +0200
committerJulian Andres Klode <jak@debian.org>2017-06-28 15:52:38 +0200
commitb4afd84a59578965120f175b410ea325d60bcb58 (patch)
treefad26361de88d15f46509bf1a7f903c50fd8a73e /methods/ftp.h
parent3cb78eef6fd8dcfa964c4ebb83db71efc8cabd64 (diff)
methods: connect: Change PkgAcqMethod to aptMethod
This will allow us to access ConfigFind() and stuff which makes it possible for us to implement TLS support. Gbp-Dch: ignore
Diffstat (limited to 'methods/ftp.h')
-rw-r--r--methods/ftp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/methods/ftp.h b/methods/ftp.h
index 6a12475a0..3a482fa42 100644
--- a/methods/ftp.h
+++ b/methods/ftp.h
@@ -55,7 +55,7 @@ class FTPConn
bool WriteMsg(unsigned int &Ret,std::string &Text,const char *Fmt,...);
// Connection control
- bool Open(pkgAcqMethod *Owner);
+ bool Open(aptMethod *Owner);
void Close();
bool GoPasv();
bool ExtGoPasv();