summaryrefslogtreecommitdiff
path: root/python/apt_pkgmodule.h
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2011-04-05 15:56:14 +0200
committerJulian Andres Klode <jak@debian.org>2011-04-05 15:56:14 +0200
commit6ae5009c6cfe56b66a22848f80eff6239245f1e7 (patch)
tree15cc1b2caec6196c0176d0c4581f4f438a05d28e /python/apt_pkgmodule.h
parent1c6ecaa6776498d27bcce81fa769a677a587215a (diff)
downloadpython-apt-6ae5009c6cfe56b66a22848f80eff6239245f1e7.tar.gz
Introduce apt_pkg.Cache.groups and apt_pkg.Cache.group_count
Diffstat (limited to 'python/apt_pkgmodule.h')
-rw-r--r--python/apt_pkgmodule.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/apt_pkgmodule.h b/python/apt_pkgmodule.h
index 0081a1a9..7a04204c 100644
--- a/python/apt_pkgmodule.h
+++ b/python/apt_pkgmodule.h
@@ -71,6 +71,7 @@ extern PyTypeObject PyCacheFile_Type;
extern PyTypeObject PyPackageList_Type;
extern PyTypeObject PyDescription_Type;
extern PyTypeObject PyGroup_Type;
+extern PyTypeObject PyGroupList_Type; /* internal */
extern PyTypeObject PyPackage_Type;
extern PyTypeObject PyPackageFile_Type;
extern PyTypeObject PyDependency_Type;