]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Prototypes for new routines.
authorJack Jansen <jack.jansen@cwi.nl>
Thu, 26 Jan 1995 16:37:21 +0000 (16:37 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Thu, 26 Jan 1995 16:37:21 +0000 (16:37 +0000)
Mac/Include/macglue.h

index 730fc2a67c1bb2dbf03a315b72534a8dfb9c5441..411e1cb09302472b368e52538189c64ca3d69071 100644 (file)
@@ -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 */