| 2 |
bbsd.c - description |
bbsd.c - description |
| 3 |
------------------- |
------------------- |
| 4 |
begin : Mon Oct 18 2004 |
begin : Mon Oct 18 2004 |
| 5 |
copyright : (C) 2004 by leaf |
copyright : (C) 2004 by Leaflet |
| 6 |
email : leaflet@leafok.com |
email : leaflet@leafok.com |
| 7 |
***************************************************************************/ |
***************************************************************************/ |
| 8 |
|
|
| 15 |
* * |
* * |
| 16 |
***************************************************************************/ |
***************************************************************************/ |
| 17 |
|
|
| 18 |
|
#include "bbs.h" |
| 19 |
#include "common.h" |
#include "common.h" |
| 20 |
|
|
| 21 |
|
//BBS enviroment |
| 22 |
|
char BBS_name[50]; |
| 23 |
|
int BBS_max_client = 256; |
| 24 |
|
|
| 25 |
int |
int |
| 26 |
bbs_main() |
bbs_main() |
| 27 |
{ |
{ |
| 28 |
log_std("bbs_main()\n"); |
bbs_welcome(); |
| 29 |
|
|
| 30 |
return 0; |
return 0; |
| 31 |
} |
} |