diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2005-04-13 12:19:29 +0000 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2005-04-13 12:19:29 +0000 |
| commit | 5483ca175e5aa2b7de55cb0cea69546d2ccd2cd5 (patch) | |
| tree | 9db7e93472cf359167f2ff3d11fecb99159fb7db /python/apt_pkgmodule.h | |
| parent | 7c49549a00c2be19e476153255cb7115a79c2bf8 (diff) | |
| download | python-apt-5483ca175e5aa2b7de55cb0cea69546d2ccd2cd5.tar.gz | |
* build-depends added to PkgSrcRecords, example for build-depends added
Diffstat (limited to 'python/apt_pkgmodule.h')
| -rw-r--r-- | python/apt_pkgmodule.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/apt_pkgmodule.h b/python/apt_pkgmodule.h index d0bfbeae..95ab3ee8 100644 --- a/python/apt_pkgmodule.h +++ b/python/apt_pkgmodule.h @@ -67,6 +67,7 @@ PyObject *GetDepCache(PyObject *Self,PyObject *Args); extern PyTypeObject PkgCdromType; PyObject *GetCdrom(PyObject *Self,PyObject *Args); + // PkgRecords Stuff extern PyTypeObject PkgRecordsType; PyObject *GetPkgRecords(PyObject *Self,PyObject *Args); |
