diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-01-04 23:27:33 +0000 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-01-04 23:27:33 +0000 |
| commit | 170c310e75aa0bc417cb67f6e560fdaab482d72e (patch) | |
| tree | 7d83888cf413bccbd80b4e5388761c0f66fa20bb /python/apt_pkgmodule.h | |
| parent | 5462bd26c53ed6cddfec2d22a85034db2c786b51 (diff) | |
| download | python-apt-170c310e75aa0bc417cb67f6e560fdaab482d72e.tar.gz | |
* added support for pkgIndexFile
Diffstat (limited to 'python/apt_pkgmodule.h')
| -rw-r--r-- | python/apt_pkgmodule.h | 4 |
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 |
