Prototype for cw_readelem_cw_local_ip_addr.

FossilOrigin-Name: 84bbc80d108cb3f8a7dda6b33c45f966d362f3f673fce34884eb9800fc065beb
This commit is contained in:
7u83@mail.ru 2014-08-15 22:34:59 +00:00
parent b9dc7126c2
commit 28f6c261b8
1 changed files with 1 additions and 0 deletions

View File

@ -357,6 +357,7 @@ extern int hdr_print(char *str, uint8_t *packet, int len);
extern int cw_readelem_ecn_support(uint8_t *ecn_support, int type, uint8_t * msgelem, int len);
extern int cw_readelem_ac_name(uint8_t **dst, int type,uint8_t *msgelem, int len);
extern int cw_readelem_wtp_reboot_statistics(struct wtp_reboot_statistics *s, int type,uint8_t *msgelem, int len);
extern int cw_readelem_cw_local_ip_addr(struct sockaddr * local_ip, int type, uint8_t * msgelem, int len);