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