commit | 8748a0b65408b0c4f66b7f428b0400a975180bc4 | [log] [tgz] |
---|---|---|
author | Jack Jansen <jack.jansen@cwi.nl> | Fri Aug 25 22:18:20 2000 +0000 |
committer | Jack Jansen <jack.jansen@cwi.nl> | Fri Aug 25 22:18:20 2000 +0000 |
tree | 71b7054364171008c4d5e37f4a0316d895ead171 | |
parent | 0aee0e61f8e7b1b112500aa3ae1edb7bcb5e28b1 [diff] [blame] |
Added a prototype for mstats().
diff --git a/Mac/Modules/macmodule.c b/Mac/Modules/macmodule.c index d553f30..9674ab7 100644 --- a/Mac/Modules/macmodule.c +++ b/Mac/Modules/macmodule.c
@@ -586,6 +586,8 @@ } #ifdef USE_MALLOC_DEBUG +void *mstats(char *); + static PyObject * mac_mstats(self, args) PyObject*self;