actube/src/wtp/cfg.h

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