This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
2017-03-18 23:04:38 +10:00

22 lines
366 B
C

struct StoredMsg
{
char From[36];
char To[36];
char Subject[72];
char DateTime[20];
UINT16 TimesRead;
UINT16 DestNode;
UINT16 OrigNode;
UINT16 Cost;
UINT16 OrigNet;
UINT16 DestNet;
UINT16 DestZone;
UINT16 OrigZone;
UINT16 DestPoint;
UINT16 OrigPoint;
UINT16 ReplyTo;
UINT16 Attr;
UINT16 NextReply;
/* Text */
};