]> git.saurik.com Git - apt.git/blobdiff - methods/rsh.h
pkgcachegen: Account for remapping when parsing depends from NewPackage
[apt.git] / methods / rsh.h
index 34492971c32f87b3eecfff72b7b421a6b0d576df..e6839711bc95cc887030c61cc10359adbbb8f153 100644 (file)
@@ -36,6 +36,7 @@ class RSHConn
    // Raw connection IO
    bool WriteMsg(std::string &Text,bool Sync,const char *Fmt,...);
    bool Connect(std::string Host, std::string User);
+   bool Connect(std::string Host, unsigned int Port, std::string User);
    bool Comp(URI Other) const {return Other.Host == ServerName.Host && Other.Port == ServerName.Port;};
 
    // Connection control