Commit c84cb951 authored by Jack Jansen's avatar Jack Jansen

Added declarations for mac{set,get}filetype

parent 8fa02d93
......@@ -114,3 +114,8 @@ int PyMac_GetFixed(PyObject *, Fixed *); /* argument parser for Fixed */
PyObject *PyMac_BuildFixed(Fixed); /* Convert Fixed to PyObject */
void PyMac_InitApplet(void); /* Initialize and run an Applet */
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 */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment