enable APT in unpack/configure ordering to handle loops as well
[ntk/apt.git] / apt-pkg / deb / dpkgpm.h
index ddf9485..3f95c51 100644 (file)
@@ -106,4 +106,6 @@ class pkgDPkgPM : public pkgPackageManager
    virtual ~pkgDPkgPM();
 };
 
+void SigINT(int sig);
+
 #endif