summaryrefslogtreecommitdiffstats
path: root/mbbsd/bbs.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/bbs.c')
-rw-r--r--mbbsd/bbs.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c
index d4367447..602e3bb4 100644
--- a/mbbsd/bbs.c
+++ b/mbbsd/bbs.c
@@ -1,4 +1,4 @@
-/* $Id: bbs.c,v 1.9 2002/05/13 03:20:04 ptt Exp $ */
+/* $Id: bbs.c,v 1.10 2002/05/16 21:54:56 in2 Exp $ */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -15,11 +15,12 @@
#include "proto.h"
extern struct bcache_t *brdshm;
+/*
static int g_board_names(boardheader_t *fhdr) {
AddNameList(fhdr->brdname);
return 0;
}
-
+*/
extern userec_t cuser;
extern void touchdircache(int bid);
extern int TagNum;