--- lbbs/include/menu_proc.h 2005/05/06 15:53:27 1.1 +++ lbbs/include/menu_proc.h 2025/04/28 03:30:59 1.4 @@ -1,9 +1,9 @@ /*************************************************************************** - menu_proc.c - description - ------------------- - begin : Fri May 6 2005 - copyright : (C) 2005 by Leaflet - email : leaflet@leafok.com + menu_proc.c - description + ------------------- + begin : Fri May 6 2005 + copyright : (C) 2005 by Leaflet + email : leaflet@leafok.com ***************************************************************************/ /*************************************************************************** @@ -18,10 +18,12 @@ #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 exec_mbem(const char *); +extern int exitbbs(const char *); +extern int bbsnet(const char *); +extern int license(const char *); +extern int copyright(const char *); +extern int reloadbbsmenu(const char *); +extern int shutdownbbs(const char *); #endif //_MENU_PROC_H_