diff --git a/Headers/gnustep/base/NSSet.h b/Headers/gnustep/base/NSSet.h index 439e9b0a5..70fe2eb62 100644 --- a/Headers/gnustep/base/NSSet.h +++ b/Headers/gnustep/base/NSSet.h @@ -91,5 +91,26 @@ @end +#ifndef NO_GNUSTEP + +#include +#include + +/* Eventually we'll make a Constant version of this protocol. */ +@interface NSSet (GNU) +/* These methods will be moved to NSMutableSet as soon as GNU's + collection objects are separated by mutability. */ ++ (unsigned) defaultCapacity; +- initWithType: (const char *)contentEncoding + capacity: (unsigned)aCapacity; +@end + +@interface NSMutableSet (GNU) +@end + +@interface NSCountedSet (GNU) +@end + +#endif /* NO_GNUSTEP */ #endif