mirror of
https://dev.iopsys.eu/bbf/icwmp.git
synced 2026-03-13 20:40:05 +01:00
4 lines
97 B
C
4 lines
97 B
C
#ifndef CWMP_CLI
|
|
#define CWMP_CLI
|
|
void execute_cwmp_cli_command(char *cmd, char *args[]);
|
|
#endif
|