(objc_read_object): Added declaration.

From-SVN: r5488
This commit is contained in:
Kresten Krab Thorup 1993-09-27 21:28:23 +00:00
parent de7d93205e
commit 3ac2f5d2ae
1 changed files with 3 additions and 0 deletions

View 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