File:  [Research Unix] / researchv10no / cmd / nupas / send / message.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:21:35 2018 UTC (8 years, 1 month ago) by root
Branches: belllabs, MAIN
CVS tags: researchv10, HEAD
researchv10 Norman

typedef struct message message;

struct message {
	string	*sender;
	string	*replyaddr;
	string	*date;
	string	*body;
	int	size;
	int	fd;		/* if >= 0, the file the message is stored in */
};

extern void default_from();
extern message *m_new();
extern message *m_read();
extern int m_print();
extern int m_bprint();
extern int m_free();
extern char *thedate();

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.