--- lbbs/include/bbs_cmd.h 2005/05/06 15:48:44 1.3 +++ lbbs/include/bbs_cmd.h 2005/05/07 09:28:12 1.4 @@ -17,14 +17,14 @@ #ifndef _BBS_CMD_H_ #define _BBS_CMD_H_ -#define MAX_CMD_LENGTH 20 -#define MAX_CMD_ID 100 +#define MAX_CMD_LENGTH 20 +#define MAX_CMD_ID 100 -#define MENU_OK 0x0 -#define UNKNOWN_CMD 0xff -#define EXITBBS 0xfe -#define REDRAW 0x1 -#define NOREDRAW 0x2 +#define MENU_OK 0x0 +#define UNKNOWN_CMD 0xff +#define EXITBBS 0xfe +#define REDRAW 0x1 +#define NOREDRAW 0x2 struct _bbs_cmd {