summaryrefslogtreecommitdiffstats
path: root/Mac/Include
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1997-01-15 15:49:08 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1997-01-15 15:49:08 (GMT)
commit52ac0372492200e326677c95ffc2fe35358c0dd2 (patch)
tree2f3f2fdf42c52b5e4f5a748907bfb0f61792e3f1 /Mac/Include
parent5cd752028c8d4263d4ecfd17378198a7ea1be26a (diff)
downloadcpython-52ac0372492200e326677c95ffc2fe35358c0dd2.zip
cpython-52ac0372492200e326677c95ffc2fe35358c0dd2.tar.gz
cpython-52ac0372492200e326677c95ffc2fe35358c0dd2.tar.bz2
Added PyMac_Initialize() routine, to be used by embedding programs (in
stead of standard Py_Initialize(), which it calls).
Diffstat (limited to 'Mac/Include')
-rw-r--r--Mac/Include/macglue.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Mac/Include/macglue.h b/Mac/Include/macglue.h
index 907beb1..49575a7 100644
--- a/Mac/Include/macglue.h
+++ b/Mac/Include/macglue.h
@@ -102,3 +102,4 @@ PyObject *PyMac_BuildEventRecord(EventRecord *); /* Convert EventRecord to PyObj
int PyMac_GetFixed(PyObject *, Fixed *); /* argument parser for Fixed */
PyObject *PyMac_BuildFixed(Fixed); /* Convert Fixed to PyObject */
void PyMac_InitApplet(void); /* Initialize and run an Applet */
+void PyMac_Initialize(void); /* Initialize function for embedding Python */