actube/src/wtp/cfg.h.olf

12 lines
131 B
Plaintext

#ifndef __WTP_CFG_H
#define __WTP_CFG_H
#include "cw/conn.h"
int cfg_to_json();
int cfg_from_json(struct conn * conn);
#endif