Added more prototypes.
diff --git a/Mac/Include/macglue.h b/Mac/Include/macglue.h
index e7e6438..ba492ad 100644
--- a/Mac/Include/macglue.h
+++ b/Mac/Include/macglue.h
@@ -40,7 +40,7 @@
double bg_yield; /* yield at most so long when in background */
} PyMacSchedParams;
-
+char *PyMac_getscript(void); /* Get the default encoding for our 8bit character set */
#ifdef USE_GUSI1
void PyMac_FixGUSIcd(void); /* Workaround for GUSI chdir() call */
extern void PyMac_SetGUSISpin(void); /* Install our private GUSI spin routine */