Skip to content
Snippets Groups Projects
Commit 0909804e authored by rswindell's avatar rswindell
Browse files

mail_t and post_t are now defined as SMBLIB's idxrec_t.

parent 19c016fe
Branches eugeneso/lord2_errorhandling
No related tags found
No related merge requests found
......@@ -964,15 +964,8 @@ typedef struct { /* File (transfers) Data */
} file_t;
typedef struct { /* Mail data (taken from index) */
ulong offset, /* Offset to header (in bytes) */
number; /* Number of message */
time_t time; /* Time imported */
ushort to, /* To user # */
from, /* From user # */
subj, /* CRC-16 of subject */
attr; /* Attributes */
} mail_t;
typedef idxrec_t post_t;
typedef idxrec_t mail_t;
typedef struct { /* System/Node Statistics */
ulong logons, /* Total Logons on System */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment