mirror of
https://gitee.com/openharmony/third_party_libnl
synced 2024-12-11 12:47:27 +00:00
Add missing declarations for genlmsg_data() and genlmsg_len()
This commit is contained in:
parent
44d362409d
commit
9eb34dc6ca
@ -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…
Reference in New Issue
Block a user