Add missing declarations for genlmsg_data() and genlmsg_len()
This commit is contained in:
parent
44d362409d
commit
9eb34dc6ca
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@ extern void * genlmsg_put(struct nl_msg *, uint32_t, uint32_t,
|
|||
int, int, int, uint8_t, uint8_t);
|
||||
extern void * genlmsg_data(const struct genlmsghdr *);
|
||||
extern int genlmsg_len(const struct genlmsghdr *);
|
||||
extern struct nlattr * genlmsg_attrdata(const struct genlmsghdr *, int);
|
||||
extern int genlmsg_attrlen(const struct genlmsghdr *, int);
|
||||
|
||||
extern char * genl_op2name(int, int, char *, size_t);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue