--- lbbs/include/menu_proc.h 2025/11/04 13:49:50 1.19 +++ lbbs/include/menu_proc.h 2025/11/11 10:54:22 1.22 @@ -3,7 +3,7 @@ * menu_proc * - handler functions of menu commands * - * Copyright (C) 2004-2025 by Leaflet + * Copyright (C) 2004-2025 Leaflet */ #ifndef _MENU_PROC_H_ @@ -25,5 +25,7 @@ extern int locate_article(void *param); 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_