summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/macmodule.c
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2000-08-25 22:18:20 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2000-08-25 22:18:20 (GMT)
commit8748a0b65408b0c4f66b7f428b0400a975180bc4 (patch)
tree71b7054364171008c4d5e37f4a0316d895ead171 /Mac/Modules/macmodule.c
parent0aee0e61f8e7b1b112500aa3ae1edb7bcb5e28b1 (diff)
downloadcpython-8748a0b65408b0c4f66b7f428b0400a975180bc4.zip
cpython-8748a0b65408b0c4f66b7f428b0400a975180bc4.tar.gz
cpython-8748a0b65408b0c4f66b7f428b0400a975180bc4.tar.bz2
Added a prototype for mstats().
Diffstat (limited to 'Mac/Modules/macmodule.c')
-rw-r--r--Mac/Modules/macmodule.c2
1 files changed, 2 insertions, 0 deletions
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 @@ mac_write(self, args)
}
#ifdef USE_MALLOC_DEBUG
+void *mstats(char *);
+
static PyObject *
mac_mstats(self, args)
PyObject*self;