]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/configuration.h
add check when sources.list changed
[apt.git] / apt-pkg / contrib / configuration.h
index ea94c2fe6a9e70c32d77d52925f95ec5cadb8676..8e09ea0a698fd96055494c801cde8c2d876cae87 100644 (file)
@@ -94,6 +94,7 @@ class Configuration
 
    // clear a whole tree
    void Clear(const std::string &Name);
+   void Clear();
 
    // remove a certain value from a list (e.g. the list of "APT::Keep-Fds")
    void Clear(std::string const &List, std::string const &Value);