diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2005-05-27 10:16:19 +0000 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2005-05-27 10:16:19 +0000 |
| commit | 2cfce7a05a4c71c79fe62b83a72fe1d83e11e22b (patch) | |
| tree | ea3cf7c03fae147ad9d89b523f90a3f80a6d136d /python/apt_pkgmodule.h | |
| parent | f5ffcecfc7630c019641e45c2185ef058e62e1a4 (diff) | |
| download | python-apt-2cfce7a05a4c71c79fe62b83a72fe1d83e11e22b.tar.gz | |
* make better use of the cachefile in the depcache, avoid a stupid double depcache building
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 95ab3ee8..f239f01d 100644 --- a/python/apt_pkgmodule.h +++ b/python/apt_pkgmodule.h @@ -52,6 +52,7 @@ PyObject *StrCheckDomainList(PyObject *Self,PyObject *Args); // Cache Stuff extern PyTypeObject PkgCacheType; +extern PyTypeObject PkgCacheFileType; extern PyTypeObject PkgListType; extern PyTypeObject PackageType; extern PyTypeObject PackageFileType; |
