summaryrefslogtreecommitdiff
path: root/apt-pkg/deb/dpkgpm.h
diff options
context:
space:
mode:
authorMichael Vogt <egon@bottom>2007-10-03 09:55:04 +0200
committerMichael Vogt <egon@bottom>2007-10-03 09:55:04 +0200
commitff6bb5727e35159acd061f77cc462a741d2c978e (patch)
tree632307cc55411be4c2e636dfb6173121b37939fe /apt-pkg/deb/dpkgpm.h
parenta491fe600cdcf28ee9515d4fde02345be93a0f9c (diff)
parent8398ac36e49bd1b863549753166d77de1efb3a23 (diff)
merged from the dpkg-log branch
Diffstat (limited to 'apt-pkg/deb/dpkgpm.h')
-rw-r--r--apt-pkg/deb/dpkgpm.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/apt-pkg/deb/dpkgpm.h b/apt-pkg/deb/dpkgpm.h
index 448091626..b7f45b978 100644
--- a/apt-pkg/deb/dpkgpm.h
+++ b/apt-pkg/deb/dpkgpm.h
@@ -66,6 +66,10 @@ class pkgDPkgPM : public pkgPackageManager
bool RunScriptsWithPkgs(const char *Cnf);
bool SendV2Pkgs(FILE *F);
+ // dpkg log
+ bool OpenLog();
+ bool CloseLog();
+
// input processing
void DoStdin(int master);
void DoTerminalPty(int master);