Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7b04946

Browse files
committed
Prototype for PyMac_GetFullPathname().
1 parent 697842f commit 7b04946

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Include/pymactoolbox.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ char *PyMac_getscript(void); /* Get the default encoding for our 8bit charact
2727
char *PyMac_StrError(int); /* strerror with mac errors */
2828
PyObject *PyErr_Mac(PyObject *, int); /* Exception with a mac error */
2929
PyObject *PyMac_Error(OSErr); /* Uses PyMac_GetOSErrException */
30+
extern OSErr PyMac_GetFullPathname(FSSpec *, char *, int); /* convert fsspec->path */
3031

3132
/*
3233
** These conversion routines are defined in mactoolboxglue.c itself.

0 commit comments

Comments
 (0)