From: Kresten Krab Thorup Date: Mon, 27 Sep 1993 21:28:23 +0000 (+0000) Subject: (objc_read_object): Added declaration. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3ac2f5d2ae2a6427dbb06920fbdbbd1d9e24a3d9;p=gcc.git (objc_read_object): Added declaration. From-SVN: r5488 --- diff --git a/gcc/objc/typedstream.h b/gcc/objc/typedstream.h index 1650bf55de6..ae4305afcb3 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