summaryrefslogtreecommitdiff
path: root/apt-pkg/deb/dpkgpm.h
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2007-07-16 17:07:42 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2007-07-16 17:07:42 +0100
commit76d940371391ac601369ea6b487c87fe65f1fd26 (patch)
treeea71dfce0a42202716542000553d93a7cda82e71 /apt-pkg/deb/dpkgpm.h
parentd8cb4aa44573aca621110fda47d72bd682c0e3f4 (diff)
parent955a6ddb8f3bcfadebee5694511661e71980b991 (diff)
apt-pkg/deb/dpkgpm.{cc,h}:
- merge select() based terminal log
Diffstat (limited to 'apt-pkg/deb/dpkgpm.h')
-rw-r--r--apt-pkg/deb/dpkgpm.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/apt-pkg/deb/dpkgpm.h b/apt-pkg/deb/dpkgpm.h
index 7da729904..a1466878d 100644
--- a/apt-pkg/deb/dpkgpm.h
+++ b/apt-pkg/deb/dpkgpm.h
@@ -44,6 +44,11 @@ class pkgDPkgPM : public pkgPackageManager
bool RunScriptsWithPkgs(const char *Cnf);
bool SendV2Pkgs(FILE *F);
+ // input processing
+ void DoStdin(int master);
+ void DoTerminalPty(int master, FILE *out);
+ // void DoDpkgStatusFd();
+
// The Actuall installation implementation
virtual bool Install(PkgIterator Pkg,string File);
virtual bool Configure(PkgIterator Pkg);