summaryrefslogtreecommitdiffstats
path: root/mbbsd/calendar.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/calendar.c')
-rw-r--r--mbbsd/calendar.c15
1 files changed, 2 insertions, 13 deletions
diff --git a/mbbsd/calendar.c b/mbbsd/calendar.c
index 371a8f79..f807c8a9 100644
--- a/mbbsd/calendar.c
+++ b/mbbsd/calendar.c
@@ -1,15 +1,6 @@
-/* $Id: calendar.c,v 1.2 2002/05/13 03:20:04 ptt Exp $ */
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include <time.h>
-#include <sys/types.h>
-#include "config.h"
-#include "pttstruct.h"
-#include "proto.h"
-#include "modes.h"
+/* $Id: calendar.c,v 1.3 2002/06/04 13:08:33 in2 Exp $ */
+#include "bbs.h"
-extern time_t now;
typedef struct event_t {
int year, month, day, days;
int color;
@@ -100,8 +91,6 @@ static void FreeEvent(event_t *e) {
}
}
-extern userec_t cuser;
-
static event_t *ReadEvent(int today) {
FILE *fp;
char buf[256];