--- lbbs/include/bbs_cmd.h 2025/04/28 03:30:59 1.5 +++ lbbs/include/bbs_cmd.h 2025/05/06 05:31:26 1.7 @@ -1,16 +1,15 @@ /*************************************************************************** bbs_cmd.h - description ------------------- - begin : Wed Mar 16 2005 - copyright : (C) 2005 by Leaflet - email : leaflet@leafok.com + 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. * * * ***************************************************************************/ @@ -36,4 +35,6 @@ typedef struct _bbs_cmd BBS_CMD; extern BBS_CMD bbs_cmd_list[MAX_CMD_ID]; +extern int exec_cmd(const char *cmd, const char *param); + #endif //_BBS_CMD_H_