mirror of
https://github.com/python/cpython.git
synced 2025-12-04 16:43:27 +00:00
Added declarations for mac{set,get}filetype
This commit is contained in:
parent
8fa02d934c
commit
c84cb9511b
1 changed files with 5 additions and 0 deletions
|
|
@ -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 */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue