summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/configuration.h
diff options
context:
space:
mode:
authorMichael Vogt <egon@debian-devbox>2012-10-17 10:29:52 +0200
committerMichael Vogt <egon@debian-devbox>2012-10-17 10:29:52 +0200
commitd4273c55e34cdf5a355b4edd92df61a83cfab318 (patch)
tree171d8a91864f0b746c58ded2f1c2bdaf0bb82d29 /apt-pkg/contrib/configuration.h
parent20a2b201389092a17763b703039b2e4528234e30 (diff)
parent62b66f2593293aea5b42185fd2a2eb9d6e4d0cf2 (diff)
* lp:~mvo/apt/config-clear:
- support Configuration.Clear() for a clear of the entire configuration
Diffstat (limited to 'apt-pkg/contrib/configuration.h')
-rw-r--r--apt-pkg/contrib/configuration.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-pkg/contrib/configuration.h b/apt-pkg/contrib/configuration.h
index ea94c2fe6..8e09ea0a6 100644
--- a/apt-pkg/contrib/configuration.h
+++ b/apt-pkg/contrib/configuration.h
@@ -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);