X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/d7a51997c30b2098bb60b3397095ec58ec825303..c3ded84c6f99bda4caf63c8662416ffb0189d31b:/apt-pkg/indexfile.h diff --git a/apt-pkg/indexfile.h b/apt-pkg/indexfile.h index 8f7e9dc05..c3f01c774 100644 --- a/apt-pkg/indexfile.h +++ b/apt-pkg/indexfile.h @@ -87,6 +87,9 @@ class IndexTarget /*{{{*/ EXISTING_FILENAME, PDIFFS, COMPRESSIONTYPES, + DEFAULTENABLED, + SOURCESENTRY, + BY_HASH, }; std::string Option(OptionKeys const Key) const; bool OptionBool(OptionKeys const Key) const;