Added a prototype for mstats().
This commit is contained in:
parent
0aee0e61f8
commit
8748a0b654
|
@ -586,6 +586,8 @@ mac_write(self, args)
|
|||
}
|
||||
|
||||
#ifdef USE_MALLOC_DEBUG
|
||||
void *mstats(char *);
|
||||
|
||||
static PyObject *
|
||||
mac_mstats(self, args)
|
||||
PyObject*self;
|
||||
|
|
Loading…
Reference in New Issue