Added an LWAPP function

FossilOrigin-Name: 66c8987cacdfa71b59c056a0e60f112d2f707f6593a8f305f954c1d51aca69a2
This commit is contained in:
7u83@mail.ru 2014-07-26 09:12:35 +00:00
parent 33661a4b3a
commit adaab430e6
1 changed files with 5 additions and 0 deletions

View File

@ -78,4 +78,9 @@ extern int wtpinfo_print(char *str, struct wtpinfo * wtpinfo);
#define wtpinfo_readelem_ecn_support(wtpinfo,type,msg,len) cw_readelem_ecn_support(&wtpinfo->ecn_support,type,msg,len)
extern int wtpinfo_lwreadelem_wtp_descriptor(struct wtpinfo * wtpinfo, int type, uint8_t *msgelem, int len);
#endif