10 lines
140 B
C
10 lines
140 B
C
|
#ifndef _CMD_FILE_H
|
||
|
#define _CMD_FILE_H
|
||
|
|
||
|
#include "cjson/cJSON.h"
|
||
|
|
||
|
int conf_file(cJSON *json_obj, int argc, char **argv);
|
||
|
|
||
|
#endif
|
||
|
|