]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/indexfile.h
Run ./prepare-release pre-export
[apt.git] / apt-pkg / indexfile.h
index f267247c17409046eb910f906e4a8a1bbc98adf7..79abe2f4f3bbbb6c04dbd178f77ea954d11b7137 100644 (file)
@@ -88,6 +88,8 @@ class IndexTarget                                                     /*{{{*/
       PDIFFS,
       COMPRESSIONTYPES,
       DEFAULTENABLED,
+      SOURCESENTRY,
+      BY_HASH,
    };
    std::string Option(OptionKeys const Key) const;
    bool OptionBool(OptionKeys const Key) const;
@@ -166,7 +168,7 @@ public:
    virtual bool Merge(pkgCacheGenerator &Gen, OpProgress* const Prog) APT_OVERRIDE;
    virtual pkgCache::PkgFileIterator FindInCache(pkgCache &Cache) const APT_OVERRIDE;
 
-   pkgDebianIndexFile(bool const Trusted);
+   explicit pkgDebianIndexFile(bool const Trusted);
    virtual ~pkgDebianIndexFile();
 };