--- lbbs/include/menu_proc.h 2025/11/05 14:59:31 1.21 +++ lbbs/include/menu_proc.h 2026/01/03 10:27:14 1.24 @@ -3,7 +3,7 @@ * menu_proc * - handler functions of menu commands * - * Copyright (C) 2004-2025 Leaflet + * Copyright (C) 2004-2026 Leaflet */ #ifndef _MENU_PROC_H_ @@ -12,6 +12,7 @@ extern int list_section(void *param); extern int exec_mbem(void *param); extern int exit_bbs(void *param); +extern int eula(void *param); extern int license(void *param); extern int copyright(void *param); extern int version(void *param); @@ -26,5 +27,6 @@ extern int favor_topic(void *param); extern int list_user(void *param); extern int list_online_user(void *param); extern int edit_intro(void *param); +extern int edit_sign(void *param); #endif //_MENU_PROC_H_