2cd8b136df
FossilOrigin-Name: bf5f474362794015c8e531d025942c159262c89b2e1bf5cacae76b386b40aeff
12 lines
135 B
C
12 lines
135 B
C
#ifndef __WTP_CFG_H
|
|
#define __WTP_CFG_H
|
|
|
|
#include "capwap/conn.h"
|
|
|
|
int cfg_to_json();
|
|
int cfg_from_json(struct conn * conn);
|
|
|
|
#endif
|
|
|
|
|