| 3 |
* menu_proc |
* menu_proc |
| 4 |
* - handler functions of menu commands |
* - handler functions of menu commands |
| 5 |
* |
* |
| 6 |
* Copyright (C) 2004-2025 by Leaflet <leaflet@leafok.com> |
* Copyright (C) 2004-2025 Leaflet <leaflet@leafok.com> |
| 7 |
*/ |
*/ |
| 8 |
|
|
| 9 |
#ifndef _MENU_PROC_H_ |
#ifndef _MENU_PROC_H_ |
| 25 |
extern int favor_topic(void *param); |
extern int favor_topic(void *param); |
| 26 |
extern int list_user(void *param); |
extern int list_user(void *param); |
| 27 |
extern int list_online_user(void *param); |
extern int list_online_user(void *param); |
| 28 |
|
extern int edit_intro(void *param); |
| 29 |
|
extern int edit_sign(void *param); |
| 30 |
|
|
| 31 |
#endif //_MENU_PROC_H_ |
#endif //_MENU_PROC_H_ |