mirror of
https://dev.iopsys.eu/bbf/icwmp.git
synced 2025-12-10 07:44:41 +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
|