Parent Directory
|
Revision Log
|
Patch
| Revision 1.3 by sysadm, Fri May 6 15:48:44 2005 UTC | Revision 1.4 by sysadm, Sat May 7 09:28:12 2005 UTC | |
|---|---|---|
| # | Line 17 | Line 17 |
| 17 | #ifndef _BBS_CMD_H_ | #ifndef _BBS_CMD_H_ |
| 18 | #define _BBS_CMD_H_ | #define _BBS_CMD_H_ |
| 19 | ||
| 20 | #define MAX_CMD_LENGTH 20 | #define MAX_CMD_LENGTH 20 |
| 21 | #define MAX_CMD_ID 100 | #define MAX_CMD_ID 100 |
| 22 | ||
| 23 | #define MENU_OK 0x0 | #define MENU_OK 0x0 |
| 24 | #define UNKNOWN_CMD 0xff | #define UNKNOWN_CMD 0xff |
| 25 | #define EXITBBS 0xfe | #define EXITBBS 0xfe |
| 26 | #define REDRAW 0x1 | #define REDRAW 0x1 |
| 27 | #define NOREDRAW 0x2 | #define NOREDRAW 0x2 |
| 28 | ||
| 29 | struct _bbs_cmd | struct _bbs_cmd |
| 30 | { | { |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |