diff options
Diffstat (limited to 'Include/pymactoolbox.h')
-rw-r--r-- | Include/pymactoolbox.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Include/pymactoolbox.h b/Include/pymactoolbox.h index 5313d91282..5e2bb34ea3 100644 --- a/Include/pymactoolbox.h +++ b/Include/pymactoolbox.h @@ -34,7 +34,9 @@ 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 */ - +#ifdef WITH_NEXT_FRAMEWORK +extern char *PyMac_GetAppletScriptFile(void); /* Return applet script file or NULL */ +#endif /* ** These conversion routines are defined in mactoolboxglue.c itself. */ |