diff options
Diffstat (limited to 'apt-pkg/depcache.h')
| -rw-r--r-- | apt-pkg/depcache.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/apt-pkg/depcache.h b/apt-pkg/depcache.h index 9a6019092..e0c5c4069 100644 --- a/apt-pkg/depcache.h +++ b/apt-pkg/depcache.h @@ -298,7 +298,10 @@ class APT_PUBLIC pkgDepCache : protected pkgCache::Namespace int group_level; friend class ActionGroup; - + public: + int IncreaseActionGroupLevel(); + int DecreaseActionGroupLevel(); + protected: // State information |
