[Python-checkins] CVS: python/dist/src/Include pymactoolbox.h,1.2,1.3

Jack Jansen jackjansen@users.sourceforge.net
Mon, 10 Sep 2001 15:09:32 -0700


Update of /cvsroot/python/python/dist/src/Include
In directory usw-pr-cvs1:/tmp/cvs-serv13102

Modified Files:
	pymactoolbox.h 
Log Message:
Prototype for PyMac_GetFullPathname().


Index: pymactoolbox.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/pymactoolbox.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** pymactoolbox.h	2001/09/01 23:39:53	1.2
--- pymactoolbox.h	2001/09/10 22:09:30	1.3
***************
*** 28,31 ****
--- 28,32 ----
  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 */
  
  /*