Commit 3ac2f5d2 by Kresten Krab Thorup

(objc_read_object): Added declaration.

From-SVN: r5488
parent de7d9320
......@@ -113,6 +113,9 @@ int objc_read_array (TypedStream* stream, const char* type,
int count, void* data);
int objc_write_object (TypedStream* stream, id object);
int objc_read_object (TypedStream* stream, id* object);
/*
** Open a typed stream for reading or writing. MODE may be either of
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment