Prototype for PyMac_GetFullPathname().

This commit is contained in:
Jack Jansen 2001-09-10 22:09:30 +00:00
parent 697842f58c
commit 7b0494635b
1 changed files with 1 additions and 0 deletions

View File

@ -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.