From: Jack Jansen Date: Fri, 25 Aug 2000 22:18:20 +0000 (+0000) Subject: Added a prototype for mstats(). X-Git-Tag: v2.0b1~226 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8748a0b65408b0c4f66b7f428b0400a975180bc4;p=thirdparty%2FPython%2Fcpython.git Added a prototype for mstats(). --- diff --git a/Mac/Modules/macmodule.c b/Mac/Modules/macmodule.c index d553f30c3825..9674ab758ea6 100644 --- a/Mac/Modules/macmodule.c +++ b/Mac/Modules/macmodule.c @@ -586,6 +586,8 @@ mac_write(self, args) } #ifdef USE_MALLOC_DEBUG +void *mstats(char *); + static PyObject * mac_mstats(self, args) PyObject*self;