Declare new method.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@818 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
mccallum 1996-01-25 16:54:53 +00:00
parent ca29ea6a80
commit 6991e266a7
2 changed files with 10 additions and 2 deletions

View file

@ -35,7 +35,7 @@
int indentation;
}
/* These are standard ways to create a new CStream from a Stream
/* These are the standard ways to create a new CStream from a Stream
that is open for reading.
It reads the CStream signature at the beginning of the file, and
automatically creates the appropriate subclass of CStream with
@ -47,6 +47,10 @@
that is open for writing. */
- initForWritingToFile: (id <String>) filename;
- initForWritingToStream: (id <Streaming>) stream;
- initForWritingToStream: (id <Streaming>) s
withFormatVersion: (int)version;
+ cStreamWritingToStream: (id <Streaming>) stream;
+ cStreamWritingToFile: (id <String>) filename;