diff options
| author | Sebastian Heinlein <sebi@sebi-laptop> | 2007-03-22 16:09:31 +0100 |
|---|---|---|
| committer | Sebastian Heinlein <sebi@sebi-laptop> | 2007-03-22 16:09:31 +0100 |
| commit | 9e5248060b5b6f8740f5df8bcffdfdf1fc50d4a3 (patch) | |
| tree | 965612d37c30e4971e4ae9ab41fc181ab0bd8235 /python/apt_pkgmodule.h | |
| parent | 89e6314a71a56fbc7eb5600036bbb957f3b48034 (diff) | |
| parent | 808dfe4f1df81228fc15a18e47cffcc62a830ed6 (diff) | |
| download | python-apt-9e5248060b5b6f8740f5df8bcffdfdf1fc50d4a3.tar.gz | |
* merge with ubuntu
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 fe7dfe88..d58f4589 100644 --- a/python/apt_pkgmodule.h +++ b/python/apt_pkgmodule.h @@ -67,6 +67,7 @@ PyObject *GetDepCache(PyObject *Self,PyObject *Args); // pkgProblemResolver extern PyTypeObject PkgProblemResolverType; PyObject *GetPkgProblemResolver(PyObject *Self, PyObject *Args); +PyObject *GetPkgActionGroup(PyObject *Self, PyObject *Args); // cdrom extern PyTypeObject PkgCdromType; |
