Added declarations for mac{set,get}filetype

This commit is contained in:
Jack Jansen 1998-04-15 14:12:45 +00:00
parent 8fa02d934c
commit c84cb9511b

View file

@ -114,3 +114,8 @@ int PyMac_GetFixed(PyObject *, Fixed *); /* argument parser for Fixed */
PyObject *PyMac_BuildFixed(Fixed); /* Convert Fixed to PyObject */ PyObject *PyMac_BuildFixed(Fixed); /* Convert Fixed to PyObject */
void PyMac_InitApplet(void); /* Initialize and run an Applet */ void PyMac_InitApplet(void); /* Initialize and run an Applet */
void PyMac_Initialize(void); /* Initialize function for embedding Python */ void PyMac_Initialize(void); /* Initialize function for embedding Python */
/* From macfiletype.c: */
long getfiletype(char *); /* Get file type */
int setfiletype(char *, long, long); /* Set file creator and type */