From: Jack Jansen Date: Mon, 10 Sep 2001 22:09:30 +0000 (+0000) Subject: Prototype for PyMac_GetFullPathname(). X-Git-Tag: v2.2.1c1~1872 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7b0494635ba554601805eb8667401542124220f7;p=thirdparty%2FPython%2Fcpython.git Prototype for PyMac_GetFullPathname(). --- diff --git a/Include/pymactoolbox.h b/Include/pymactoolbox.h index defa2bece73f..9c7a1dc77beb 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.