summaryrefslogtreecommitdiffstats
path: root/Mac/Include
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2000-07-24 19:52:52 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2000-07-24 19:52:52 (GMT)
commit5bdbabd203488c4ca26696ae6da9e0f7a789326f (patch)
treeba9bb96bd0e42e20e12e8dc825812b27ae2725b3 /Mac/Include
parent1f9f2f4c490d901c6a5815f7db8cbe6ba4903849 (diff)
downloadcpython-5bdbabd203488c4ca26696ae6da9e0f7a789326f.zip
cpython-5bdbabd203488c4ca26696ae6da9e0f7a789326f.tar.gz
cpython-5bdbabd203488c4ca26696ae6da9e0f7a789326f.tar.bz2
Added more prototypes.
Diffstat (limited to 'Mac/Include')
-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 */