summaryrefslogtreecommitdiff
path: root/python/apt_pkgmodule.h
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2009-07-15 22:20:02 +0200
committerJulian Andres Klode <jak@debian.org>2009-07-15 22:20:02 +0200
commit48097301f9cc685a8ad1229a28f34d36ad19665b (patch)
tree369c1c8baf8ed6dda156e0b24049209ccd6fa4ff /python/apt_pkgmodule.h
parentaaf5907863bed9a044fa0e3e2eacd1ca2de53c59 (diff)
downloadpython-apt-48097301f9cc685a8ad1229a28f34d36ad19665b.tar.gz
python/acquire.cc: Add AcquireItemDesc.
Diffstat (limited to 'python/apt_pkgmodule.h')
-rw-r--r--python/apt_pkgmodule.h1
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