function prototypes updated.
FossilOrigin-Name: b7c453f24a2e1f4776207db65d720c8cd419dbf9ac5d1d1c5fe607c9c88c31c9
This commit is contained in:
parent
7f59b55315
commit
55dc15f9d6
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user