Added wtpinfo_readelem_ac_name.

FossilOrigin-Name: 91aa97e5bdccf2be1100510caf6460af324fd892868329159a2392a9df519003
This commit is contained in:
7u83@mail.ru 2014-08-14 23:29:57 +00:00
parent 5e45a93b42
commit 7c3d000cea
1 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,7 @@
/* structure to hold info about a wtp */
struct wtpinfo{
uint8_t *ac_name;
uint8_t *name;
uint8_t * location;
@ -90,5 +91,7 @@ extern int wtpinfo_print(char *str, struct wtpinfo * wtpinfo);
extern int wtpinfo_lwreadelem_wtp_descriptor(struct wtpinfo * wtpinfo, int type, uint8_t *msgelem, int len);
#define wtpinfo_readelem_ac_name(wtpinfo,type,msg,len) cw_readelem_ac_name(&wtpinfo->ac_name,type,msg,len)
#endif