mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 11:49:12 +00:00 
			
		
		
		
	Prototypes for new routines.
This commit is contained in:
		
							parent
							
								
									e8e8ae0f2c
								
							
						
					
					
						commit
						fdbc79e779
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		| 
						 | 
					@ -31,6 +31,9 @@ char *macstrerror(int);				/* strerror with mac errors */
 | 
				
			||||||
extern PyObject *PyMac_OSErrException;		/* Exception for OSErr */
 | 
					extern PyObject *PyMac_OSErrException;		/* Exception for OSErr */
 | 
				
			||||||
PyObject *PyMac_GetOSErrException(void);	/* Initialize & return it */
 | 
					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 *PyErr_Mac(PyObject *, int);		/* Exception with a mac error */
 | 
				
			||||||
PyObject *PyMac_Error(OSErr);			/* Uses PyMac_GetOSErrException */ 
 | 
					PyObject *PyMac_Error(OSErr);			/* Uses PyMac_GetOSErrException */ 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue