secgateway/Platform/user/logging/cmd_console.h

10 lines
233 B
C
Raw Normal View History

#ifndef _CMD_CONSOLE_H
#define _CMD_CONSOLE_H
#include "cjson/cJSON.h"
//int conf_console(cJSON *json_obj, const char *str_level, const char *module_name);
int conf_console(cJSON *json_obj, int argc, char **argv);
#endif