From 7b0494635ba554601805eb8667401542124220f7 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Mon, 10 Sep 2001 22:09:30 +0000 Subject: [PATCH] Prototype for PyMac_GetFullPathname(). --- Include/pymactoolbox.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Include/pymactoolbox.h b/Include/pymactoolbox.h index defa2bece7..9c7a1dc77b 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. -- 2.50.1