|
|
1.1 ! root 1: typedef struct message message; ! 2: ! 3: struct message { ! 4: string *sender; ! 5: string *replyaddr; ! 6: string *date; ! 7: string *body; ! 8: int size; ! 9: int fd; /* if >= 0, the file the message is stored in */ ! 10: }; ! 11: ! 12: extern void default_from(); ! 13: extern message *m_new(); ! 14: extern message *m_read(); ! 15: extern int m_print(); ! 16: extern int m_bprint(); ! 17: extern int m_free(); ! 18: extern char *thedate();
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.