diff options
author | Kresten Krab Thorup <krab@gcc.gnu.org> | 1993-04-14 09:12:35 +0000 |
---|---|---|
committer | Kresten Krab Thorup <krab@gcc.gnu.org> | 1993-04-14 09:12:35 +0000 |
commit | d9a2904b7e7281b9fb861b2645cd9b04672dfb19 (patch) | |
tree | f507fcb57a48f5714a30e2cfe0d88a614b0de0a0 | |
parent | adfab6dfcaf34e7648e123b4ee2238292ea014a4 (diff) | |
download | gcc-d9a2904b7e7281b9fb861b2645cd9b04672dfb19.zip gcc-d9a2904b7e7281b9fb861b2645cd9b04672dfb19.tar.gz gcc-d9a2904b7e7281b9fb861b2645cd9b04672dfb19.tar.bz2 |
(objc_get_stream_class_version): Added prototype
From-SVN: r4149
-rw-r--r-- | gcc/objc/objc-api.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/objc/objc-api.h b/gcc/objc/objc-api.h index f5162cd..3b1ca4e 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 */ |