]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/metaindex.h
support compression and by-hash for .diff/Index files
[apt.git] / apt-pkg / metaindex.h
index 3bfc2684df819a0aaa272eb1ee69a02b2d4d9c22..3a624e86d139c1220834bfa06a5d1fbcb7ce2f04 100644 (file)
@@ -110,6 +110,7 @@ public:
 
    // FIXME: make virtual on next abi break
    bool IsArchitectureSupported(std::string const &arch) const;
+   bool IsArchitectureAllSupportedFor(IndexTarget const &target) const;
 };
 
 #endif