actube/src/wtp/cfg.h
7u83@mail.ru 8fc3bf9808 Renamed capwap to cw
FossilOrigin-Name: e3db257e0552412e68e3778dc6a224abc3cc756c5a15fd06a02506fc600d448a
2016-03-03 18:51:42 +00:00

12 lines
131 B
C

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