Added reboot statistics prototype.

FossilOrigin-Name: 3ba034240c21e1f583f8b51f60b17ff77880a2a3988e247fc35e2eb33fa37da7
This commit is contained in:
7u83@mail.ru 2014-08-15 00:23:58 +00:00
parent 649d2916a3
commit 780037419c
1 changed files with 1 additions and 0 deletions

View File

@ -354,6 +354,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);