diff options
| author | Julian Andres Klode <jak@debian.org> | 2010-02-02 17:59:22 +0100 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2010-02-02 17:59:22 +0100 |
| commit | 3827ac6144cc4beda932a7602e66e4286a3e4265 (patch) | |
| tree | a932fc558d17a6fb107fd491c664da2981d15db7 /python/python-apt.h | |
| parent | 7516fccf52d03722a61a34b1e36f90808670c754 (diff) | |
| download | python-apt-3827ac6144cc4beda932a7602e66e4286a3e4265.tar.gz | |
python: Update PyAcquire_FromCpp to the new API rules (add Owner parameter).
Diffstat (limited to 'python/python-apt.h')
| -rw-r--r-- | python/python-apt.h | 2 |
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; |
