]> git.saurik.com Git - apt.git/blobdiff - methods/ftp.h
test: Substitute GNU commands for other commands where available
[apt.git] / methods / ftp.h
index c5165782dcb58905274c7dc40929ca05d8747a0d..6a12475a08a952e5c206163b118c6cd55bf57b3e 100644 (file)
@@ -10,7 +10,6 @@
 #ifndef APT_FTP_H
 #define APT_FTP_H
 
-#include <apt-pkg/acquire-method.h>
 #include <apt-pkg/strutl.h>
 #include "aptmethod.h"
 
@@ -68,7 +67,7 @@ class FTPConn
            Hashes &MD5,bool &Missing, unsigned long long MaximumSize,
             pkgAcqMethod *Owner);
    
-   FTPConn(URI Srv);
+   explicit FTPConn(URI Srv);
    ~FTPConn();
 };