icwmp/inc/cwmp_cli.h

4 lines
97 B
C

#ifndef CWMP_CLI
#define CWMP_CLI
void execute_cwmp_cli_command(char *cmd, char *args[]);
#endif