ftp.nice.ch/pub/next/connectivity/news/NewsBase.3.02.s.tar.gz#/NewsBase302.source/MMEdit/common.subproj/IReceiveListener.h

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

#import <appkit/Listener.h>
@interface IReceiveListener : Listener
{}
-(int)receiveArticle : (char *) data
	length : (int) length;
-(int)sendArticleWithMessageID : (char *) messageID;
-(int)makeMimeIconWindowAtpointX : (int) x
	pointY : (int) y
	offsetX : (int) offx
	offsetY : (int) offy
	sourceWindow : (int) wnum;
-(int)requestForPost : (char *) newsgroups
	sourceWindow : (int) wnum;
@end

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