diff options
author | Kresten Krab Thorup <krab@gcc.gnu.org> | 1993-09-27 21:28:23 +0000 |
---|---|---|
committer | Kresten Krab Thorup <krab@gcc.gnu.org> | 1993-09-27 21:28:23 +0000 |
commit | 3ac2f5d2ae2a6427dbb06920fbdbbd1d9e24a3d9 (patch) | |
tree | d0f3acaad1e973e31665702857995ba17cc0fbaa /gcc/objc | |
parent | de7d93205e595f0613b29fd2f9509903ce1f96d4 (diff) | |
download | gcc-3ac2f5d2ae2a6427dbb06920fbdbbd1d9e24a3d9.zip gcc-3ac2f5d2ae2a6427dbb06920fbdbbd1d9e24a3d9.tar.gz gcc-3ac2f5d2ae2a6427dbb06920fbdbbd1d9e24a3d9.tar.bz2 |
(objc_read_object): Added declaration.
From-SVN: r5488
Diffstat (limited to 'gcc/objc')
-rw-r--r-- | gcc/objc/typedstream.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/objc/typedstream.h b/gcc/objc/typedstream.h index 1650bf5..ae4305a 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 |