Parent Directory
|
Revision Log
|
Patch
| Revision 1.12 by sysadm, Tue May 6 05:31:26 2025 UTC | Revision 1.13 by sysadm, Thu May 8 08:05:58 2025 UTC | |
|---|---|---|
| # | Line 64 typedef struct _menu MENU; | Line 64 typedef struct _menu MENU; |
| 64 | ||
| 65 | struct _menu_set | struct _menu_set |
| 66 | { | { |
| 67 | char conf_file[256]; | char conf_file[FILE_PATH_LEN]; |
| 68 | MENU *p_menu[MAX_MENUS]; | MENU *p_menu[MAX_MENUS]; |
| 69 | MENU *p_menu_select[MAX_MENU_DEPTH]; | MENU *p_menu_select[MAX_MENU_DEPTH]; |
| 70 | int menu_count; | int menu_count; |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |