Added a prototype for mstats().

This commit is contained in:
Jack Jansen 2000-08-25 22:18:20 +00:00
parent 0aee0e61f8
commit 8748a0b654
1 changed files with 2 additions and 0 deletions

View File

@ -586,6 +586,8 @@ mac_write(self, args)
}
#ifdef USE_MALLOC_DEBUG
void *mstats(char *);
static PyObject *
mac_mstats(self, args)
PyObject*self;