Parent Directory
|
Revision Log
|
Patch
| Revision 1.11 by sysadm, Tue Nov 4 14:58:55 2025 UTC | Revision 1.13 by sysadm, Sat Jan 3 10:27:14 2026 UTC | |
|---|---|---|
| # | Line 3 | Line 3 |
| 3 | * bbs_cmd | * bbs_cmd |
| 4 | * - manager of menu command handler | * - manager of menu command handler |
| 5 | * | * |
| 6 | * Copyright (C) 2004-2025 Leaflet <leaflet@leafok.com> | * Copyright (C) 2004-2026 Leaflet <leaflet@leafok.com> |
| 7 | */ | */ |
| 8 | ||
| 9 | #ifndef _BBS_CMD_H_ | #ifndef _BBS_CMD_H_ |
| 10 | #define _BBS_CMD_H_ | #define _BBS_CMD_H_ |
| 11 | ||
| #define MAX_CMD_LENGTH 20 | ||
| 12 | enum menu_return_t | enum menu_return_t |
| 13 | { | { |
| 14 | MENU_OK = 0x0, | MENU_OK = 0x0, |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |