projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
start adding apt.8.xml
[apt.git]
/
methods
/
rsh.h
diff --git
a/methods/rsh.h
b/methods/rsh.h
index 7bebe29a095d1365ad868a8079b10ffef4986282..d7efa3f065dee3d9d180dd0fba1d49c467b6ee54 100644
(file)
--- a/
methods/rsh.h
+++ b/
methods/rsh.h
@@
-12,9
+12,9
@@
#include <string>
#include <apt-pkg/strutl.h>
#include <string>
#include <apt-pkg/strutl.h>
-#include <apt-pkg/hashes.h>
-#include <apt-pkg/acquire-method.h>
-#include <apt-pkg/fileutl.h>
+
+class Hashes;
+class FileFd;
class RSHConn
{
class RSHConn
{
@@
-50,6
+50,8
@@
class RSHConn
~RSHConn();
};
~RSHConn();
};
+#include <apt-pkg/acquire-method.h>
+
class RSHMethod : public pkgAcqMethod
{
virtual bool Fetch(FetchItem *Itm);
class RSHMethod : public pkgAcqMethod
{
virtual bool Fetch(FetchItem *Itm);