diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1995-01-26 16:37:21 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1995-01-26 16:37:21 (GMT) |
commit | fdbc79e77963bfb66ac3bc3732ac112c9096075f (patch) | |
tree | 70da5eaaabba6b83ab351817a536e44ec5ed7089 /Mac/Include/macglue.h | |
parent | e8e8ae0f2c5e7e382a9537c7ef2f3c15149be8ff (diff) | |
download | cpython-fdbc79e77963bfb66ac3bc3732ac112c9096075f.zip cpython-fdbc79e77963bfb66ac3bc3732ac112c9096075f.tar.gz cpython-fdbc79e77963bfb66ac3bc3732ac112c9096075f.tar.bz2 |
Prototypes for new routines.
Diffstat (limited to 'Mac/Include/macglue.h')
-rw-r--r-- | Mac/Include/macglue.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Mac/Include/macglue.h b/Mac/Include/macglue.h index 730fc2a..411e1cb 100644 --- a/Mac/Include/macglue.h +++ b/Mac/Include/macglue.h @@ -31,6 +31,9 @@ char *macstrerror(int); /* strerror with mac errors */ extern PyObject *PyMac_OSErrException; /* Exception for OSErr */ PyObject *PyMac_GetOSErrException(void); /* Initialize & return it */ +int PyMac_Idle Py_PROTO((void)); /* Idle routine */ +void PyMac_Yield Py_PROTO((void)); /* optional idle routine for mainloop */ +void PyMac_SetYield Py_PROTO((long, long, long, long)); /* Set timeouts */ PyObject *PyErr_Mac(PyObject *, int); /* Exception with a mac error */ PyObject *PyMac_Error(OSErr); /* Uses PyMac_GetOSErrException */ |