]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/configuration.h
add new ClearAll
[apt.git] / apt-pkg / contrib / configuration.h
index 4c2e750413852e32586b73410452d78bded66d04..181ef696b840dc275bc34004bec03bd4e3afa262 100644 (file)
@@ -94,6 +94,7 @@ class Configuration
 
    // clear a whole tree
    void Clear(const std::string &Name);
+   void ClearAll();
 
    // 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);