summaryrefslogtreecommitdiff
path: root/python/apt_pkgmodule.h
diff options
context:
space:
mode:
authorMichael Vogt <egon@bottom>2007-05-02 18:51:48 +0200
committerMichael Vogt <egon@bottom>2007-05-02 18:51:48 +0200
commit7e7e01e96d57515f323e19127dc05f4b2b2d31cc (patch)
treedcfb35abf5a80ceaf541c5df80bb6580efaaac0c /python/apt_pkgmodule.h
parente537ea9f6a1905c6ec4af01367851b053dfca40e (diff)
parent4a741085e3895d83aa3b0a522123a923b0a64aa4 (diff)
downloadpython-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.h1
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;