ftp.nice.ch/pub/next/graphics/viewer/ToyViewer.2.6a.s.tar.gz#/ToyViewer2.6a/src/Exttab.h

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

#import <appkit/appkit.h>

@interface Exttab : Object
{
	int entry;
	char **table;
	int *args;
}

- init;
- (int)readExtData: (const char *)filename;
- (char **)table;
- (int)entry;
- (char **)execListAlloc: (const char *)type with: (const char *)filename;
@end

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