#include <struct.h>
Public Member Functions | |
| LIST_ENTRY (_memolist) ml_lst | |
| Linked list of memos incoming. | |
| LIST_ENTRY (_memolist) ml_sent | |
| Linked list of memos sent. | |
Public Attributes | |
| int | flags |
| Sent memo flags. | |
| time_t | sent |
| Time the memo was sent. | |
| char | from [NICKLEN] |
| Who it was from. | |
| char * | memotxt |
| Pointer to the text of the memo. | |
| char | to [CHANLEN] |
| Who the memo is to. | |
| RegNickList * | realto |
| Pointer to nick item of recipient. | |
Definition at line 364 of file struct.h.