]> gcc.gnu.org Git - gcc.git/commitdiff
(objc_read_object): Added declaration.
authorKresten Krab Thorup <krab@gcc.gnu.org>
Mon, 27 Sep 1993 21:28:23 +0000 (21:28 +0000)
committerKresten Krab Thorup <krab@gcc.gnu.org>
Mon, 27 Sep 1993 21:28:23 +0000 (21:28 +0000)
From-SVN: r5488

gcc/objc/typedstream.h

index 1650bf55de6bf81a0c52a1edfc004356ea1b7607..ae4305afcb341f4f707b42301047df8117efccef 100644 (file)
@@ -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
This page took 0.066512 seconds and 5 git commands to generate.