summaryrefslogtreecommitdiffstats
path: root/Mac/Include/macglue.h
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/Include/macglue.h')
-rw-r--r--Mac/Include/macglue.h2
1 files changed, 1 insertions, 1 deletions
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 @@ typedef struct {
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 */