function prototype for iana... function added.

FossilOrigin-Name: ad0faccff70c6c89c39996ee80362cb53e05262148d09a555ad0cd3dcc99de07
This commit is contained in:
user@SRH-Linux-01.(none) 2014-07-31 15:57:36 +00:00
parent c6f23c1b8c
commit 79ecbcca74
1 changed files with 1 additions and 0 deletions

View File

@ -341,6 +341,7 @@ void cwread_discovery_response(struct ac_info * acinfo, uint8_t * msg, int len);
extern int cwsend_echo_response(struct conn * conn,int seqnum,struct radioinfo * radioinfo); //,struct wtpinfo * wtpinfo
extern const char * cw_msgelemtostr(int elem);
extern const char * cw_ianavendoridtostr(int id);
extern int hdr_print(char *str, uint8_t *packet, int len);