Skip to content
Snippets Groups Projects
Commit 7038b230 authored by rswindell's avatar rswindell
Browse files

Created subscan_t type.

parent 2104bdc3
No related branches found
No related tags found
No related merge requests found
......@@ -989,5 +989,13 @@ typedef struct { /* FidoNet msg header */
} fmsghdr_t;
typedef struct { /* Sub-board scan information */
ushort cfg; /* User's configuration */
ulong ptr; /* New-message pointer */
ulong last; /* Last read message number */
ushort sav_cfg; /* Saved configuration */
ulong sav_ptr; /* Saved New-message pointer */
ulong sav_last; /* Saved Last read message number */
} subscan_t;
#endif /* Don't add anything after this #endif statement */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment