Skip to content
Snippets Groups Projects
Commit 4a34a6c0 authored by rswindell's avatar rswindell
Browse files

Added field for "date last exported".

parent d70d69b2
No related branches found
No related tags found
No related merge requests found
......@@ -105,7 +105,8 @@ typedef struct {
char userverified[26]; /* User who last vouched */
char web_url[61]; /* Web-site address */
char sysop_email[61]; /* Sysop's e-mail address */
char unused[322]; /* Unused space */
time_t exported; /* Date last exported to SMB */
char unused[318]; /* Unused space */
} bbs_t;
#ifdef _WIN32
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment