diff options
author | Michael Vogt <egon@debian-devbox> | 2012-10-17 10:29:52 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2013-08-15 09:39:27 +0200 |
commit | d8a06f6e478323b2fa8573f6f885c0b16d403642 (patch) | |
tree | 6ef2d5f6d1f4ac3ad9600f5117d12b1eca19a377 /apt-pkg/contrib/configuration.h | |
parent | b9674b755d40b1394c397864d1fcd05ad58a88a2 (diff) |
* lp:~mvo/apt/config-clear:
- support Configuration.Clear() for a clear of the entire
configuration
Conflicts:
debian/changelog
Diffstat (limited to 'apt-pkg/contrib/configuration.h')
-rw-r--r-- | apt-pkg/contrib/configuration.h | 1 |
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); |