summaryrefslogtreecommitdiffstats
path: root/Mac/Include
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2001-08-03 15:39:27 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2001-08-03 15:39:27 (GMT)
commita5bca579fd2c887783d87b45724381954db88cbf (patch)
tree76fc9e4238040e578a29f877a35bc999ac98f8e8 /Mac/Include
parent3988358b4d70c01660b068deb72bd0818ad85333 (diff)
downloadcpython-a5bca579fd2c887783d87b45724381954db88cbf.zip
cpython-a5bca579fd2c887783d87b45724381954db88cbf.tar.gz
cpython-a5bca579fd2c887783d87b45724381954db88cbf.tar.bz2
PyMac_GetFSSpec must be called via the dylib glue code on OSX.
Diffstat (limited to 'Mac/Include')
-rw-r--r--Mac/Include/pymactoolbox.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Mac/Include/pymactoolbox.h b/Mac/Include/pymactoolbox.h
index c4a56da..64ac823 100644
--- a/Mac/Include/pymactoolbox.h
+++ b/Mac/Include/pymactoolbox.h
@@ -42,6 +42,9 @@
#define PyMac_INIT_TOOLBOX_OBJECT_CONVERT(object, rtn)
#endif /* USE_TOOLBOX_OBJECT_GLUE */
+/* macfs exports */
+extern int PyMac_GetFSSpec(PyObject *, FSSpec *);
+
/* AE exports */
extern PyObject *AEDesc_New(AppleEvent *); /* XXXX Why passed by address?? */
extern int AEDesc_Convert(PyObject *, AppleEvent *);