diff options
| author | Julian Andres Klode <jak@debian.org> | 2009-07-15 22:20:02 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2009-07-15 22:20:02 +0200 |
| commit | 48097301f9cc685a8ad1229a28f34d36ad19665b (patch) | |
| tree | 369c1c8baf8ed6dda156e0b24049209ccd6fa4ff /python/apt_pkgmodule.h | |
| parent | aaf5907863bed9a044fa0e3e2eacd1ca2de53c59 (diff) | |
| download | python-apt-48097301f9cc685a8ad1229a28f34d36ad19665b.tar.gz | |
python/acquire.cc: Add AcquireItemDesc.
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 34bc2ae5..835cfd9b 100644 --- a/python/apt_pkgmodule.h +++ b/python/apt_pkgmodule.h @@ -114,6 +114,7 @@ extern PyTypeObject PyPolicy_Type; extern PyTypeObject PyHashes_Type; extern PyTypeObject PyOpProgress_Type; extern PyTypeObject PyAcquireProgress_Type; +extern PyTypeObject PyAcquireItemDesc_Type; #include "python-apt.h" #endif |
