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
|
|
|
|
|