From 8f914ef267ab1bbcbda1c6694edd2e4c9b6401ec Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Fri, 8 Apr 2005 00:51:04 +0000 Subject: * started the DepCache.Commit() interface --- python/cache.cc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'python/cache.cc') diff --git a/python/cache.cc b/python/cache.cc index 126ab15d..e8b947f4 100644 --- a/python/cache.cc +++ b/python/cache.cc @@ -17,6 +17,8 @@ #include #include #include +#include +#include #include #include "progress.h" @@ -114,9 +116,11 @@ static PyObject *PkgCacheUpdate(PyObject *Self,PyObject *Args) } + static PyMethodDef PkgCacheMethods[] = { {"Update",PkgCacheUpdate,METH_VARARGS,"Update the cache"}, + {} }; static PyObject *CacheAttr(PyObject *Self,char *Name) -- cgit v1.2.3