diff options
-rw-r--r-- | Include/pymactoolbox.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/pymactoolbox.h b/Include/pymactoolbox.h index defa2be..9c7a1dc 100644 --- a/Include/pymactoolbox.h +++ b/Include/pymactoolbox.h @@ -27,6 +27,7 @@ char *PyMac_getscript(void); /* Get the default encoding for our 8bit charact char *PyMac_StrError(int); /* strerror with mac errors */ PyObject *PyErr_Mac(PyObject *, int); /* Exception with a mac error */ PyObject *PyMac_Error(OSErr); /* Uses PyMac_GetOSErrException */ +extern OSErr PyMac_GetFullPathname(FSSpec *, char *, int); /* convert fsspec->path */ /* ** These conversion routines are defined in mactoolboxglue.c itself. |