]> granicus.if.org Git - python/commitdiff
Added a prototype for mstats().
authorJack Jansen <jack.jansen@cwi.nl>
Fri, 25 Aug 2000 22:18:20 +0000 (22:18 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Fri, 25 Aug 2000 22:18:20 +0000 (22:18 +0000)
Mac/Modules/macmodule.c

index d553f30c3825956080b424609d9acf40d2921840..9674ab758ea69943eef089e537f829e986687fc6 100644 (file)
@@ -586,6 +586,8 @@ mac_write(self, args)
 }
 
 #ifdef USE_MALLOC_DEBUG
+void *mstats(char *);
+
 static PyObject *
 mac_mstats(self, args)
        PyObject*self;