]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added declarations for mac{set,get}filetype
authorJack Jansen <jack.jansen@cwi.nl>
Wed, 15 Apr 1998 14:12:45 +0000 (14:12 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Wed, 15 Apr 1998 14:12:45 +0000 (14:12 +0000)
Mac/Include/macglue.h

index 7986071dc4e1c0572d473fabc25ca99bbbfd342c..49d21e36847550f4d39eced5c15a9c044f552ca4 100644 (file)
@@ -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 */