summaryrefslogtreecommitdiff
path: root/python/python-apt.h
diff options
context:
space:
mode:
Diffstat (limited to 'python/python-apt.h')
-rw-r--r--python/python-apt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python-apt.h b/python/python-apt.h
index 0c25ff02..b9fc9212 100644
--- a/python/python-apt.h
+++ b/python/python-apt.h
@@ -43,7 +43,7 @@ typedef pkgDepCache::ActionGroup*& ActionGroupT(PyObject *self);
struct _PyAptPkgAPIStruct {
// apt_pkg.Acquire (pkgAcquire*)
PyTypeObject *acquire_type;
- PyObject* (*acquire_fromcpp)(pkgAcquire *acquire, bool Delete);
+ PyObject* (*acquire_fromcpp)(pkgAcquire *acquire, bool Delete, PyObject*);
pkgAcquire*& (*acquire_tocpp)(PyObject *self);
// apt_pkg.AcquireFile
PyTypeObject *acquirefile_type;