--- lbbs/include/bbs_cmd.h 2025/04/28 03:30:59 1.5 +++ lbbs/include/bbs_cmd.h 2025/04/30 09:18:19 1.6 @@ -36,4 +36,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_