mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Prototype for PyMac_GetFullPathname().
This commit is contained in:
parent
697842f58c
commit
7b0494635b
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue