Searched defs:Mailbox (Results 1 – 1 of 1) sorted by relevance
85 typedef struct Mailbox Mailbox; typedef86 struct Mailbox struct90 Mailbox *next; argument101 char *(*sync)(Mailbox*, int); argument102 void (*close)(Mailbox*); argument103 char *(*fetch)(Mailbox*, Message*); argument104 char *(*ctl)(Mailbox*, int, char**); argument105 void *aux; // private to Mailbox implementation argument