This is tnextmail.h in view mode; [Download] [Up]
/* $Id: tnextmail.h,v 1.2 91/05/25 15:08:23 cap Exp $ * Data structures representing attachments */ struct attach { char pathname[MAXPATHLEN]; /* absolute path of attachment */ char basename[MAXPATHLEN]; /* name of the file */ }; #define RTF_NAME "index.rtf" extern int fatalerrors; extern char *message_subject, batch_name[];
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.