11 lines
235 B
C
11 lines
235 B
C
|
#ifndef _CMD_MONITOR_H
|
||
|
#define _CMD_MONITOR_H
|
||
|
|
||
|
#include "cjson/cJSON.h"
|
||
|
|
||
|
//int conf_console(cJSON *json_obj, const char *str_level, const char *module_name);
|
||
|
int conf_monitor(cJSON *json_obj, int argc, char **argv);
|
||
|
|
||
|
#endif
|
||
|
|