Skip to content
Snippets Groups Projects
Commit 19c016fe authored by rswindell's avatar rswindell
Browse files

Removed #inclusion of now defunct post.h.

Changed qwkmail_time to ulong (to match idxrec_t.time).
parent 7c37a6f6
No related branches found
No related tags found
No related merge requests found
......@@ -125,7 +125,6 @@
#include "riodefs.h"
#include "text.h"
#include "cmdshell.h"
#include "post.h" /* post_t defintion */
#include "ringbuf.h" /* RingBuf definition */
#include "client.h" /* client_t definition */
......@@ -647,7 +646,7 @@ public:
/* qwk.cpp */
bool qwklogon;
time_t qwkmail_time;
ulong qwkmail_time;
void qwk_sec(void);
int qwk_route(char *inaddr, char *fulladdr);
void update_qwkroute(char *via);
......
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