WTP can join and send cfg request
This commit is contained in:
@ -249,6 +249,7 @@ struct cw_Val_Reader {
|
||||
void cw_ktv_init_str_reader(struct cw_Val_Reader *r, const char * str, int len);
|
||||
int cw_ktv_parse_string(struct cw_Val_Reader *r, char *key, char *type, char *val);
|
||||
int cw_generic_write_l(cw_Cfg_t **cfg, const struct cw_Type*type, const char *key, uint8_t *dst, const void * param);
|
||||
void cw_val_destroy(cw_Val_t *val);
|
||||
|
||||
/**
|
||||
* @} KTV
|
||||
|
Reference in New Issue
Block a user