From d9a2904b7e7281b9fb861b2645cd9b04672dfb19 Mon Sep 17 00:00:00 2001 From: Kresten Krab Thorup Date: Wed, 14 Apr 1993 09:12:35 +0000 Subject: [PATCH] (objc_get_stream_class_version): Added prototype From-SVN: r4149 --- gcc/objc/objc-api.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gcc/objc/objc-api.h b/gcc/objc/objc-api.h index f5162cd5100..3b1ca4e1e77 100644 --- a/gcc/objc/objc-api.h +++ b/gcc/objc/objc-api.h @@ -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 */ -- 2.30.2