]> gcc.gnu.org Git - gcc.git/commitdiff
(objc_get_stream_class_version): Added prototype
authorKresten Krab Thorup <krab@gcc.gnu.org>
Wed, 14 Apr 1993 09:12:35 +0000 (09:12 +0000)
committerKresten Krab Thorup <krab@gcc.gnu.org>
Wed, 14 Apr 1993 09:12:35 +0000 (09:12 +0000)
From-SVN: r4149

gcc/objc/objc-api.h

index f5162cd510034d1555c27da0c51f6bef76912593..3b1ca4e1e779bf7b2309f0db5d6741ccc52f3b93 100644 (file)
@@ -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_root_object (TypedStream* stream, id object);
 
+int objc_get_stream_class_version (TypedStream* stream, Class* class);
+
+
 /*
 ** Convenience funtions
 */
This page took 0.066969 seconds and 5 git commands to generate.