]> granicus.if.org Git - python/commitdiff
Prototype for PyMac_GetFullPathname().
authorJack Jansen <jack.jansen@cwi.nl>
Mon, 10 Sep 2001 22:09:30 +0000 (22:09 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Mon, 10 Sep 2001 22:09:30 +0000 (22:09 +0000)
Include/pymactoolbox.h

index defa2bece73f4fc2eafb4ed4e65d262cfde0564a..9c7a1dc77beb3163e8dfec17df6a2ebe4d80ff15 100644 (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.