Parent Directory
|
Revision Log
|
Patch
| Revision 1.2 by sysadm, Tue Oct 19 02:08:35 2004 UTC | Revision 1.3 by sysadm, Tue Oct 19 15:22:01 2004 UTC | |
|---|---|---|
| # | Line 15 | Line 15 |
| 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 | } | } |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |