Commit d9a2904b by Kresten Krab Thorup

(objc_get_stream_class_version): Added prototype

From-SVN: r4149
parent adfab6df
...@@ -305,6 +305,9 @@ int objc_read_types (TypedStream* stream, const char* type, ...); ...@@ -305,6 +305,9 @@ int objc_read_types (TypedStream* stream, const char* type, ...);
int objc_write_object_reference (TypedStream* stream, id object); int objc_write_object_reference (TypedStream* stream, id object);
int objc_write_root_object (TypedStream* stream, id object); int objc_write_root_object (TypedStream* stream, id object);
int objc_get_stream_class_version (TypedStream* stream, Class* class);
/* /*
** Convenience funtions ** Convenience funtions
*/ */
......
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