Kaydet (Commit) 8748a0b6 authored tarafından Jack Jansen's avatar Jack Jansen

Added a prototype for mstats().

üst 0aee0e61
...@@ -586,6 +586,8 @@ mac_write(self, args) ...@@ -586,6 +586,8 @@ mac_write(self, args)
} }
#ifdef USE_MALLOC_DEBUG #ifdef USE_MALLOC_DEBUG
void *mstats(char *);
static PyObject * static PyObject *
mac_mstats(self, args) mac_mstats(self, args)
PyObject*self; PyObject*self;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment