Parent Directory
|
Revision Log
|
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 |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |