summaryrefslogtreecommitdiff
path: root/apt-pkg/deb/dpkgpm.h
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2011-09-14 20:22:31 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2011-09-14 20:22:31 +0200
commit75a90b93257ea81d42331c03b56bd6589c62e065 (patch)
tree0b5c7deb860eed58c40c472bb62c6fa00e281af6 /apt-pkg/deb/dpkgpm.h
parentc194970f5a852ff6c5e23804be818cedd75e9651 (diff)
parentb57257d2993aaf8c0cf9d6f0ea8ebd0208112bc5 (diff)
enable APT in unpack/configure ordering to handle loops as well
as tight dependencies between immediate packages better enabling also the possibility to mark all packages as immediate (at least Closes: #353290, #540227, #559733, #621836, #639290)
Diffstat (limited to 'apt-pkg/deb/dpkgpm.h')
-rw-r--r--apt-pkg/deb/dpkgpm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apt-pkg/deb/dpkgpm.h b/apt-pkg/deb/dpkgpm.h
index ddf9485c7..3f95c51dc 100644
--- a/apt-pkg/deb/dpkgpm.h
+++ b/apt-pkg/deb/dpkgpm.h
@@ -106,4 +106,6 @@ class pkgDPkgPM : public pkgPackageManager
virtual ~pkgDPkgPM();
};
+void SigINT(int sig);
+
#endif