#ifndef __WTP_CFG_H
#define __WTP_CFG_H
#include "cw/conn.h"
int cfg_to_json();
int cfg_from_json(struct conn * conn);
#endif