summaryrefslogtreecommitdiff
path: root/python/apt_pkgmodule.h
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-01-04 23:27:33 +0000
committerMichael Vogt <michael.vogt@ubuntu.com>2006-01-04 23:27:33 +0000
commit170c310e75aa0bc417cb67f6e560fdaab482d72e (patch)
tree7d83888cf413bccbd80b4e5388761c0f66fa20bb /python/apt_pkgmodule.h
parent5462bd26c53ed6cddfec2d22a85034db2c786b51 (diff)
downloadpython-apt-170c310e75aa0bc417cb67f6e560fdaab482d72e.tar.gz
* added support for pkgIndexFile
Diffstat (limited to 'python/apt_pkgmodule.h')
-rw-r--r--python/apt_pkgmodule.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/apt_pkgmodule.h b/python/apt_pkgmodule.h
index 84b0069f..fe7dfe88 100644
--- a/python/apt_pkgmodule.h
+++ b/python/apt_pkgmodule.h
@@ -91,4 +91,8 @@ PyObject *GetPkgSrcRecords(PyObject *Self,PyObject *Args);
extern PyTypeObject PkgSourceListType;
PyObject *GetPkgSourceList(PyObject *Self,PyObject *Args);
+// pkgSourceList
+extern PyTypeObject PackageIndexFileType;
+
+
#endif