Declare new method.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1123 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
mccallum 1996-03-12 19:45:11 +00:00
parent bfacad8920
commit e378e2025b
6 changed files with 18 additions and 2 deletions

View file

@ -1,5 +1,5 @@
/* Interface for GNU Objective C memory stream
Copyright (C) 1994, 1995 Free Software Foundation, Inc.
Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Date: July 1994
@ -53,6 +53,9 @@
int position;
}
- initWithCapacity: (unsigned)capacity
prefix: (unsigned)prefix;
- initWithSize: (unsigned)s; /* For backwards compatibility, depricated */
- (unsigned) streamBufferPrefix;