This is KillFile.h in view mode; [Download] [Up]
#import <appkit/appkit.h> @interface KillFile:Object { id nntpServer; id theArticleSet; id theNGSet; id newsgroupTable; id authorTable; char *path; } - setPath; - init; - free; - getAuthorTable; - getThreadTableFor:(const char *)newsgroup; - killUnkillAuthor:(BOOL)doKill author:(const char *)author; - killUnkillThread:(BOOL)doKill :(char *)subject newsgroup:(id)group; - filterArticles:(id)newsgroup andReloadMatrix:(BOOL)reload; - saveAndFree; - killAuthor:sender; - killThread:sender; - kill:sender; - killSelectionMode:(int)mode; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.