From 3ac2f5d2ae2a6427dbb06920fbdbbd1d9e24a3d9 Mon Sep 17 00:00:00 2001 From: Kresten Krab Thorup Date: Mon, 27 Sep 1993 21:28:23 +0000 Subject: [PATCH] (objc_read_object): Added declaration. From-SVN: r5488 --- gcc/objc/typedstream.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gcc/objc/typedstream.h b/gcc/objc/typedstream.h index 1650bf55de6b..ae4305afcb34 100644 --- a/gcc/objc/typedstream.h +++ b/gcc/objc/typedstream.h @@ -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 -- 2.43.5