--- lbbs/include/menu_proc.h 2025/10/22 04:48:53 1.17 +++ lbbs/include/menu_proc.h 2025/11/04 13:49:50 1.19 @@ -1,18 +1,10 @@ -/*************************************************************************** - menu_proc.c - description - ------------------- - Copyright : (C) 2004-2025 by Leaflet - Email : leaflet@leafok.com - ***************************************************************************/ - -/*************************************************************************** - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 3 of the License, or * - * (at your option) any later version. * - * * - ***************************************************************************/ +/* SPDX-License-Identifier: GPL-3.0-or-later */ +/* + * menu_proc + * - handler functions of menu commands + * + * Copyright (C) 2004-2025 by Leaflet + */ #ifndef _MENU_PROC_H_ #define _MENU_PROC_H_ @@ -20,7 +12,6 @@ extern int list_section(void *param); extern int exec_mbem(void *param); extern int exit_bbs(void *param); -extern int bbsnet(void *param); extern int license(void *param); extern int copyright(void *param); extern int version(void *param);