Parent Directory
|
Revision Log
|
Patch
| Revision 1.3 by sysadm, Tue Oct 19 15:22:01 2004 UTC | Revision 1.4 by sysadm, Tue Oct 19 17:11:39 2004 UTC | |
|---|---|---|
| # | Line 18 | Line 18 |
| 18 | #include "bbs.h" | #include "bbs.h" |
| 19 | #include "common.h" | #include "common.h" |
| 20 | ||
| //BBS enviroment | ||
| char BBS_name[50]; | ||
| int BBS_max_client = 256; | ||
| 21 | int | int |
| 22 | bbs_main() | bbs_main() |
| 23 | { | { |
| 24 | bbs_welcome(); | bbs_welcome(); |
| 25 | ||
| 26 | return 0; | return 0; |
| 27 | } | } |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |