function prototypes updated.

FossilOrigin-Name: b7c453f24a2e1f4776207db65d720c8cd419dbf9ac5d1d1c5fe607c9c88c31c9
This commit is contained in:
7u83@mail.ru 2015-01-08 18:32:20 +00:00
parent 7f59b55315
commit 55dc15f9d6
1 changed files with 1 additions and 0 deletions

View File

@ -396,6 +396,7 @@ extern const char * cw_ianavendoridtostr(int id);
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_maximum_message_length(uint16_t *dst, 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);