summaryrefslogtreecommitdiff
path: root/apt-pkg/deb/dpkgpm.h
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2007-09-05 14:57:35 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2007-09-05 14:57:35 +0200
commit2e1715eabc8fabdcf3c3a4fe139412e2a2ffb8e4 (patch)
tree7993ee7eafa966d3347d65ad489d7f5f230b7d13 /apt-pkg/deb/dpkgpm.h
parent5bee7f1ad2b6de6dc114ccc69b6859b2bc7f9434 (diff)
* write start/end log tags
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);