/[LeafOK_CVS]/lbbs/include/menu.h
ViewVC logotype

Diff of /lbbs/include/menu.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.17 by sysadm, Thu May 15 06:24:11 2025 UTC Revision 1.18 by sysadm, Sat May 17 15:39:51 2025 UTC
# Line 19  Line 19 
19    
20  #include "common.h"  #include "common.h"
21  #include "trie_dict.h"  #include "trie_dict.h"
22    #include "bbs_cmd.h"
23  #include <stdint.h>  #include <stdint.h>
24  #include <sys/shm.h>  #include <sys/shm.h>
25    
# Line 42  struct menu_item_t Line 43  struct menu_item_t
43          int16_t row, col;          int16_t row, col;
44          char action[MAX_MENUACTION_LENGTH];          char action[MAX_MENUACTION_LENGTH];
45          MENU_ID action_menu_id;          MENU_ID action_menu_id;
46            bbs_cmd_handler action_cmd_handler;
47          int8_t submenu;          int8_t submenu;
48          int priv, level;          int priv, level;
49          char name[MAX_MENUNAME_LENGTH];          char name[MAX_MENUNAME_LENGTH];


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1