]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/metaindex.h
ensure FileFd doesn't try to open /dev/null as atomic and co
[apt.git] / apt-pkg / metaindex.h
index d284655bfb5cf586ea353c6141050c8707610608..ff531b4d73fcfafbd947b54e9e4314de4e91d3f6 100644 (file)
@@ -17,7 +17,6 @@ class OpProgress;
 #ifndef APT_8_CLEANER_HEADERS
 #include <apt-pkg/srcrecords.h>
 #include <apt-pkg/pkgrecords.h>
-#include <apt-pkg/vendor.h>
 using std::string;
 #endif
 
@@ -108,6 +107,9 @@ public:
    metaIndex(std::string const &URI, std::string const &Dist,
              char const * const Type);
    virtual ~metaIndex();
+
+   // FIXME: make virtual on next abi break
+   bool IsArchitectureSupported(std::string const &arch) const;
 };
 
 #endif