summaryrefslogtreecommitdiffstats
path: root/Include/marshal.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1993-04-01 20:59:32 (GMT)
committerGuido van Rossum <guido@python.org>1993-04-01 20:59:32 (GMT)
commitf56e3db1dd4bedc9331933504f5008a03f5d3131 (patch)
treee5dad2acc4127f93e054658c6226ecec274c2930 /Include/marshal.h
parent41ffccbba75413c64efad283da19b8038aa07dd1 (diff)
downloadcpython-f56e3db1dd4bedc9331933504f5008a03f5d3131.zip
cpython-f56e3db1dd4bedc9331933504f5008a03f5d3131.tar.gz
cpython-f56e3db1dd4bedc9331933504f5008a03f5d3131.tar.bz2
Support for frozen scripts; added -i option.
Diffstat (limited to 'Include/marshal.h')
-rw-r--r--Include/marshal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/marshal.h b/Include/marshal.h
index 9b16227..1adc2ad 100644
--- a/Include/marshal.h
+++ b/Include/marshal.h
@@ -31,3 +31,4 @@ void wr_object PROTO((object *, FILE *));
long rd_long PROTO((FILE *));
int rd_short PROTO((FILE *));
object *rd_object PROTO((FILE *));
+object *rds_object PROTO((char *, int));