diff options
| author | Michael Vogt <egon@bottom> | 2007-05-02 18:51:48 +0200 |
|---|---|---|
| committer | Michael Vogt <egon@bottom> | 2007-05-02 18:51:48 +0200 |
| commit | 7e7e01e96d57515f323e19127dc05f4b2b2d31cc (patch) | |
| tree | dcfb35abf5a80ceaf541c5df80bb6580efaaac0c /python/apt_pkgmodule.h | |
| parent | e537ea9f6a1905c6ec4af01367851b053dfca40e (diff) | |
| parent | 4a741085e3895d83aa3b0a522123a923b0a64aa4 (diff) | |
| download | python-apt-7e7e01e96d57515f323e19127dc05f4b2b2d31cc.tar.gz | |
* merged from http://people.ubuntu.com/~mvo/bzr/python-apt/auto-mark/
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; |
