]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/indexfile.h
sources.list and indextargets option for pdiffs
[apt.git] / apt-pkg / indexfile.h
index 844f0cd3b0908180b7d9b5f5cf11f9c8ac142aa2..562b9f7b83f613c0cda7cb0b9823783cba30aec9 100644 (file)
@@ -85,8 +85,10 @@ class IndexTarget                                                    /*{{{*/
       TARGET_OF,
       FILENAME,
       EXISTING_FILENAME,
+      PDIFFS,
    };
    std::string Option(OptionKeys const Key) const;
+   bool OptionBool(OptionKeys const Key) const;
    std::string Format(std::string format) const;
 };
                                                                        /*}}}*/