]> 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 94aec2d1f0d79186b79bf4a45c7134b717778f76..ff531b4d73fcfafbd947b54e9e4314de4e91d3f6 100644 (file)
@@ -107,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