/[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.14 by sysadm, Tue May 13 11:59:24 2025 UTC Revision 1.15 by sysadm, Wed May 14 04:22:45 2025 UTC
# Line 18  Line 18 
18  #define _MENU_H_  #define _MENU_H_
19    
20  #include "common.h"  #include "common.h"
21    #include "trie_dict.h"
22    
23  #define MAX_MENUITEM_LENGTH 50  #define MAX_MENUITEM_LENGTH 50
24  #define MAX_MENUITEMS 30  #define MAX_MENUITEMS 30
# Line 68  struct menu_set_t Line 69  struct menu_set_t
69          MENU *p_menu[MAX_MENUS];          MENU *p_menu[MAX_MENUS];
70          MENU *p_menu_select[MAX_MENU_DEPTH];          MENU *p_menu_select[MAX_MENU_DEPTH];
71          int menu_count;          int menu_count;
72            TRIE_NODE *p_menu_name_dict;
73          int menu_select_depth;          int menu_select_depth;
74  };  };
75  typedef struct menu_set_t MENU_SET;  typedef struct menu_set_t MENU_SET;


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

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