diff options
Diffstat (limited to 'python/depcache.cc')
| -rw-r--r-- | python/depcache.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/depcache.cc b/python/depcache.cc index 2d7161a3..418ddd14 100644 --- a/python/depcache.cc +++ b/python/depcache.cc @@ -401,6 +401,7 @@ static PyObject *PkgDepCacheMarkedInstall(PyObject *Self,PyObject *Args) return HandleErrors(Py_BuildValue("b",state.NewInstall())); } + static PyObject *PkgDepCacheMarkedUpgrade(PyObject *Self,PyObject *Args) { pkgDepCache *depcache = GetCpp<pkgDepCache *>(Self); |
