diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2001-09-10 22:09:30 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2001-09-10 22:09:30 (GMT) |
commit | 7b0494635ba554601805eb8667401542124220f7 (patch) | |
tree | 4bb434e351a337c77ff61b962dfe3bb7987306a6 /Include/pymactoolbox.h | |
parent | 697842f58cfa15e86e92fa1c2733d7d9908a340e (diff) | |
download | cpython-7b0494635ba554601805eb8667401542124220f7.zip cpython-7b0494635ba554601805eb8667401542124220f7.tar.gz cpython-7b0494635ba554601805eb8667401542124220f7.tar.bz2 |
Prototype for PyMac_GetFullPathname().
Diffstat (limited to 'Include/pymactoolbox.h')
-rw-r--r-- | Include/pymactoolbox.h | 1 |
1 files changed, 1 insertions, 0 deletions
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_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. |