--- lbbs/include/menu_proc.h 2025/11/11 10:54:22 1.22 +++ 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);