diff options
Diffstat (limited to 'mbbsd/chc_net.c')
-rw-r--r-- | mbbsd/chc_net.c | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/mbbsd/chc_net.c b/mbbsd/chc_net.c index d094d5f2..b9f63d8f 100644 --- a/mbbsd/chc_net.c +++ b/mbbsd/chc_net.c @@ -1,12 +1,5 @@ -/* $Id: chc_net.c,v 1.1 2002/03/07 15:13:48 in2 Exp $ */ -#include <stdio.h> -#include <sys/types.h> -#include <unistd.h> -#include "config.h" -#include "pttstruct.h" - -extern rc_t chc_from, chc_to; - +/* $Id: chc_net.c,v 1.2 2002/06/04 13:08:33 in2 Exp $ */ +#include "bbs.h" typedef struct drc_t { rc_t from, to; } drc_t; |