blob: fd4d540d760023ae8336fec727f5afdd80cb1aae [file] [log] [blame]
#ifndef __MODULE_RELAY_H__
#define __MODULE_RELAY_H__
#include "cmm.h"
void cmmRelayShowPrintHelp();
int cmmRelayProcessClientCmd(FCI_CLIENT * fciMsgHandler, int function_code,
u_int8_t *cmd_buf, u_int16_t cmd_len, u_int16_t *res_buf, u_int16_t *res_len);
int cmmRelayLocalShow(struct cli_def *cli, char *command, char *argv[],
int argc);
int cmmRelayParseCmd(int argc, char ** keywords, int tabStart, daemon_handle_t daemon_handle);
#endif