8fc3bf9808
FossilOrigin-Name: e3db257e0552412e68e3778dc6a224abc3cc756c5a15fd06a02506fc600d448a
12 lines
131 B
C
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
|
|
|
|
|