summaryrefslogtreecommitdiff
path: root/python/apt_pkgmodule.h
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2009-04-15 18:21:44 +0200
committerJulian Andres Klode <jak@debian.org>2009-04-15 18:21:44 +0200
commit7a901ee79863eb812cba6e87feadc0a548f920e7 (patch)
tree590f77307799581fd2a2c235bcbf64cf1b8de636 /python/apt_pkgmodule.h
parent7417da2d01b795e585f80a3d778e53c5588653bc (diff)
downloadpython-apt-7a901ee79863eb812cba6e87feadc0a548f920e7.tar.gz
* python: Port AcquireItem,Package,Description to GetSet
Diffstat (limited to 'python/apt_pkgmodule.h')
-rw-r--r--python/apt_pkgmodule.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/apt_pkgmodule.h b/python/apt_pkgmodule.h
index d2631864..424c4788 100644
--- a/python/apt_pkgmodule.h
+++ b/python/apt_pkgmodule.h
@@ -56,6 +56,7 @@ PyObject *StrCheckDomainList(PyObject *Self,PyObject *Args);
extern PyTypeObject PkgCacheType;
extern PyTypeObject PkgCacheFileType;
extern PyTypeObject PkgListType;
+extern PyTypeObject DescriptionType;
extern PyTypeObject PackageType;
extern PyTypeObject PackageFileType;
extern PyTypeObject DependencyType;
@@ -77,6 +78,7 @@ extern PyTypeObject PkgCdromType;
PyObject *GetCdrom(PyObject *Self,PyObject *Args);
// acquire
+extern PyTypeObject AcquireItemType;
extern PyTypeObject PkgAcquireType;
extern char *doc_GetPkgAcqFile;
PyObject *GetAcquire(PyObject *Self,PyObject *Args);