new definition of wtpinfo_print

FossilOrigin-Name: e4f7ef9a5130635d6ad2f8cf858e2e2fa61782358a586faf6e4a35be94de53dd
This commit is contained in:
7u83@mail.ru 2014-07-19 18:34:41 +00:00
parent 607aeae622
commit 811990a4d2
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ extern int wtpinfo_readelem_wtp_name(struct wtpinfo * wtpinfo, int type, uint8_t
extern int wtpinfo_readelem_session_id(struct wtpinfo * wtpinfo, int type, uint8_t * msgelem, int len);
//extern int wtpinfo_readelem_ecn_support(struct wtpinfo * wtpinfo, int type, uint8_t * msgelem, int len);
extern int wtpinfo_readelem_cw_local_ip_addr(struct wtpinfo * wtpinfo, int type, uint8_t * msgelem, int len);
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)