diff options
Diffstat (limited to 'python/apt_pkgmodule.h')
| -rw-r--r-- | python/apt_pkgmodule.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/python/apt_pkgmodule.h b/python/apt_pkgmodule.h index b2222df4..82389590 100644 --- a/python/apt_pkgmodule.h +++ b/python/apt_pkgmodule.h @@ -59,6 +59,14 @@ extern PyTypeObject DependencyType; extern PyTypeObject RDepListType; PyObject *TmpGetCache(PyObject *Self,PyObject *Args); +// DepCache +extern PyTypeObject PkgDepCacheType; +PyObject *GetDepCache(PyObject *Self,PyObject *Args); + +// Progress +bool AddOpProgressToModule(PyObject *Dict); +PyObject *GetOpProgress(PyObject *Self,PyObject *Args); + // PkgRecords Stuff extern PyTypeObject PkgRecordsType; PyObject *GetPkgRecords(PyObject *Self,PyObject *Args); |
