summaryrefslogtreecommitdiffstats
path: root/Mac/Include
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2001-09-01 23:39:58 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2001-09-01 23:39:58 (GMT)
commitfabd00fa91277d2536d97d033e0f7ac561c65fab (patch)
tree12d421896780b1360337deb8627d82d69ebad0de /Mac/Include
parent62d24a0f50db4b959ef32ac0e7b9946cc045ca08 (diff)
downloadcpython-fabd00fa91277d2536d97d033e0f7ac561c65fab.zip
cpython-fabd00fa91277d2536d97d033e0f7ac561c65fab.tar.gz
cpython-fabd00fa91277d2536d97d033e0f7ac561c65fab.tar.bz2
Added glue routine for PyMac_BuildFSSpec, PyMac_GetFSRef and PyMac_BuildFSRef.
Moved the declarations to pymactoolbox.h.
Diffstat (limited to 'Mac/Include')
-rw-r--r--Mac/Include/macglue.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/Mac/Include/macglue.h b/Mac/Include/macglue.h
index 6f29a20..8057c28 100644
--- a/Mac/Include/macglue.h
+++ b/Mac/Include/macglue.h
@@ -102,13 +102,6 @@ void PyMac_Initialize(void); /* Initialize function for embedding Python */
short PyMac_OpenPrefFile(void); /* From macgetpath.c, open and return preference file */
#endif
-/* from macfsmodule.c: */
-int PyMac_GetFSSpec(PyObject *, FSSpec *); /* argument parser for FSSpec */
-PyObject *PyMac_BuildFSSpec(FSSpec *); /* Convert FSSpec to PyObject */
-
-int PyMac_GetFSRef(PyObject *, FSRef *); /* argument parser for FSRef */
-PyObject *PyMac_BuildFSRef(FSRef *); /* Convert FSRef to PyObject */
-
/* From macfiletype.c: */