ftp.nice.ch/pub/next/connectivity/news/NewsBase.3.02.s.tar.gz#/NewsBase302.source/NNTP/IIOmodule.h

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

/* Generated by Interface Builder */

#import <objc/Object.h>
#import <sys/param.h>

@interface IIOmodule:Object
{
    char	iRootName[MAXPATHLEN];
}

- subDirectoryOf:node;
- itemHeadersOf:node;
- itemOf:node;
- (BOOL)toggleActive:node;

// reprezent the root e.g. hostname of nntp server, root directory 
- setRootName:(char *)rootName;
- (char *)rootName;

@end

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