summaryrefslogtreecommitdiff
path: root/python/apt_pkgmodule.h
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2005-12-01 13:36:35 +0000
committerMichael Vogt <michael.vogt@ubuntu.com>2005-12-01 13:36:35 +0000
commita31cea47fc17cb55016fd52a6ab6bafe5a0857a8 (patch)
treeb8a07d6c12f8a53174dfd126116ae5097a7d1d61 /python/apt_pkgmodule.h
parent20ef36a125021a171b831a52d3e9143f5c3682ec (diff)
downloadpython-apt-a31cea47fc17cb55016fd52a6ab6bafe5a0857a8.tar.gz
* pkgAcqFile wrapper added
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 93112f89..84b0069f 100644
--- a/python/apt_pkgmodule.h
+++ b/python/apt_pkgmodule.h
@@ -75,6 +75,7 @@ PyObject *GetCdrom(PyObject *Self,PyObject *Args);
// acquire
extern PyTypeObject PkgAcquireType;
PyObject *GetAcquire(PyObject *Self,PyObject *Args);
+PyObject *GetPkgAcqFile(PyObject *Self, PyObject *Args, PyObject *kwds);
// packagemanager
extern PyTypeObject PkgManagerType;