summaryrefslogtreecommitdiffstats
path: root/Include/marshal.h
diff options
context:
space:
mode:
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));