diff options
Diffstat (limited to 'util/account.c')
-rw-r--r-- | util/account.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/util/account.c b/util/account.c index cfc9f911..4512747f 100644 --- a/util/account.c +++ b/util/account.c @@ -1,4 +1,4 @@ -/* $Id: account.c,v 1.5 2002/06/06 21:34:14 in2 Exp $ */ +/* $Id: account.c,v 1.6 2002/06/06 21:42:47 in2 Exp $ */ #include "bbs.h" #define MAX_LINE 16 @@ -86,9 +86,6 @@ void gzip(source, target, stamp) system(buf); } -extern struct fromcache_t *fcache; -extern uhash_t *uhash; - int main() { int hour, max, item, total, i, j, mo, da, max_user = 0, max_login = 0, max_reg = 0, mahour = 0, k; |