ftp.nice.ch/pub/next/developer/resources/palettes/ConnectDemo.s.tar.gz#/ConnectDemo/ExtList.h

This is ExtList.h in view mode; [Download] [Up]

#import <appkit/appkit.h>
#import <objc/List.h>

typedef	int SortFunc(const void *,const void *);

@interface ExtList:List
{
}

- sortUsingFunc:(SortFunc *)func;
- (int)insertOrdered:object usingFunc:(SortFunc *)func;

@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.