Code cleaning
FossilOrigin-Name: bf5f474362794015c8e531d025942c159262c89b2e1bf5cacae76b386b40aeff
This commit is contained in:
parent
fd8a5e4879
commit
2cd8b136df
1076
src/wtp/cfg.c
1076
src/wtp/cfg.c
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,11 @@
|
||||
int cfg_json_save();
|
||||
#ifndef __WTP_CFG_H
|
||||
#define __WTP_CFG_H
|
||||
|
||||
#include "capwap/conn.h"
|
||||
|
||||
int cfg_to_json();
|
||||
int cfg_from_json(struct conn * conn);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user