1 2 3 4 5 6
#pragma once #include <json-c/json.h> #include <libubox/avl.h> struct avl_tree * config_process(struct json_object *config);