diff options
author | David Kalnischkies <david@kalnischkies.de> | 2015-09-15 14:12:19 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2015-11-04 18:04:00 +0100 |
commit | 825db89094a8413dcc9c8ef3abe0a45b0bb7a2e2 (patch) | |
tree | a6dc406c7f2a479faf7b7f3647e5c8bdc4b12b10 /apt-pkg/deb/debsystem.h | |
parent | 8d6d3f00b14217e69ecabd68379b1e29bf4a3ccd (diff) |
implement a public pkgSystem::ArchitecturesSupported
Diffstat (limited to 'apt-pkg/deb/debsystem.h')
-rw-r--r-- | apt-pkg/deb/debsystem.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-pkg/deb/debsystem.h b/apt-pkg/deb/debsystem.h index 521552ef4..efb33a3ed 100644 --- a/apt-pkg/deb/debsystem.h +++ b/apt-pkg/deb/debsystem.h @@ -50,6 +50,7 @@ class debSystem : public pkgSystem APT_HIDDEN static std::vector<std::string> GetDpkgBaseCommand(); APT_HIDDEN static void DpkgChrootDirectory(); APT_HIDDEN static bool SupportsMultiArch(); + APT_HIDDEN static std::vector<std::string> SupportedArchitectures(); }; extern debSystem debSys; |