ftp.nice.ch/pub/next/connectivity/infosystems/Gopher.1.13.s.tar.gz#/Gopher_1.13_Source/GopherBrowserCell.h

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

// GopherBrowserCell.h

#import <appkit/NXBrowserCell.h>
#import <stdio.h>
#import <strings.h>
#import <appkit/Font.h>
#import <appkit/Text.h>

@interface GopherBrowserCell:NXBrowserCell
{
char RemoteName[512];
char RemoteHost[128];
int RemotePort;
char Type;
}

- setTextAttributes:textObj;

- setRemoteName:(char *)name;
- (char *)remoteName;
- setRemoteHost:(char *)name;
- (char *)remoteHost;
- setRemotePort:(int)port;
- (int)remotePort;
- setCellType:(char)type;
- (char)cellType;

@end

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