Prototype for PyMac_GetFullPathname().
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_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.