diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2005-06-20 21:26:23 +0000 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2005-06-20 21:26:23 +0000 |
| commit | c25600f6cfb209dde14fbfc17aaef78519411a30 (patch) | |
| tree | fb9e5b57e2404b76e568689b7d719461d5f10e90 /python/apt_pkgmodule.h | |
| parent | 33c18310943c8ee582fe57b1295e753f417d5eb8 (diff) | |
| download | python-apt-c25600f6cfb209dde14fbfc17aaef78519411a30.tar.gz | |
* added support for the pkgProblemResolver()
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 f239f01d..eefa6ca7 100644 --- a/python/apt_pkgmodule.h +++ b/python/apt_pkgmodule.h @@ -64,6 +64,10 @@ PyObject *TmpGetCache(PyObject *Self,PyObject *Args); extern PyTypeObject PkgDepCacheType; PyObject *GetDepCache(PyObject *Self,PyObject *Args); +// pkgProblemResolver +extern PyTypeObject PkgProblemResolverType; +PyObject *GetPkgProblemResolver(PyObject *Self, PyObject *Args); + // cdrom extern PyTypeObject PkgCdromType; PyObject *GetCdrom(PyObject *Self,PyObject *Args); |
