Parent Directory
|
Revision Log
|
Patch
| Revision 1.18 by sysadm, Sat Mar 19 13:34:20 2005 UTC | Revision 1.19 by sysadm, Sat Mar 19 14:44:21 2005 UTC | |
|---|---|---|
| # | Line 22 | Line 22 |
| 22 | #include <time.h> | #include <time.h> |
| 23 | #include <fcntl.h> | #include <fcntl.h> |
| 24 | #include <unistd.h> | #include <unistd.h> |
| 25 | #include <string.h> | |
| 26 | ||
| 27 | int | int |
| 28 | bbs_main () | bbs_main () |
| # | Line 99 bbs_center () | Line 100 bbs_center () |
| 100 | ||
| 101 | show_top (""); | show_top (""); |
| 102 | show_active_board (); | show_active_board (); |
| 103 | display_menu (get_menu (bbs_menu, "TOPMENU")); | display_menu (get_menu (&bbs_menu, "TOPMENU")); |
| 104 | show_bottom (""); | show_bottom (""); |
| 105 | ||
| 106 | while (1) | while (1) |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |