secgateway/Platform/user/logging/cmd_file.h

10 lines
140 B
C
Raw Normal View History

#ifndef _CMD_FILE_H
#define _CMD_FILE_H
#include "cjson/cJSON.h"
int conf_file(cJSON *json_obj, int argc, char **argv);
#endif