/[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.3 by sysadm, Sat Mar 19 13:34:20 2005 UTC Revision 1.4 by sysadm, Sat Mar 19 14:44:21 2005 UTC
# Line 63  struct _menu_set { Line 63  struct _menu_set {
63  typedef struct _menu_set MENU_SET;  typedef struct _menu_set MENU_SET;
64                    
65  extern MENU_SET bbs_menu;  extern MENU_SET bbs_menu;
66    
67    const char *
68    menu_control (MENU_SET * p_menu_set, int key);
69    
70    int
71    display_menu (MENU * p_menu);
72    
73    MENU *
74    get_menu (MENU_SET * p_menu_set, const char * menu_name);
75    


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

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