blob: 7c074d3007f4f9eace34ac08fe29089551282ccf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#include <Files.h>
#include <Types.h>
#include <Resources.h>
char *macstrerror PROTO((int)); /* strerror with mac errors */
object *PyErr_Mac PROTO((object *, int)); /* Exception with a mac error */
int PyMac_Idle PROTO((void)); /* Idle routine */
int GetOSType PROTO((object *, ResType *)); /* argument parser for OSType */
int GetStr255 PROTO((object *, Str255)); /* argument parser for Str255 */
int GetFSSpec PROTO((object *, FSSpec *)); /* argument parser for FSSpec */
object *PyMac_BuildFSSpec PROTO((FSSpec *)); /* Convert FSSpec to python object */
|