--- lbbs/include/menu_proc.h 2005/05/06 15:53:27 1.1 +++ lbbs/include/menu_proc.h 2025/05/19 01:44:49 1.7 @@ -1,16 +1,15 @@ /*************************************************************************** - menu_proc.c - description - ------------------- - begin : Fri May 6 2005 - copyright : (C) 2005 by Leaflet - email : leaflet@leafok.com + 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 2 of the License, or * + * the Free Software Foundation; either version 3 of the License, or * * (at your option) any later version. * * * ***************************************************************************/ @@ -18,10 +17,13 @@ #ifndef _MENU_PROC_H_ #define _MENU_PROC_H_ -extern int exec_mbem(const char *str); -extern int exitbbs (const char *s); -extern int bbsnet (const char *s); -extern int license (const char *s); -extern int copyright (const char *s); +extern int list_section(void *param); +extern int exec_mbem(void *param); +extern int exitbbs(void *param); +extern int bbsnet(void *param); +extern int license(void *param); +extern int copyright(void *param); +extern int reloadbbsmenu(void *param); +extern int shutdownbbs(void *param); #endif //_MENU_PROC_H_