diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/netlink.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/netlink.h b/include/netlink.h index d153e2be..4925af04 100644 --- a/include/netlink.h +++ b/include/netlink.h @@ -195,7 +195,6 @@ extern void netlink_dump_obj(struct nftnl_obj *nlo, struct netlink_ctx *ctx); extern int netlink_batch_send(struct netlink_ctx *ctx, struct list_head *err_list); -extern uint16_t netlink_genid_get(struct netlink_ctx *ctx); extern void netlink_restart(struct mnl_socket *nf_sock); #define netlink_abi_error() \ __netlink_abi_error(__FILE__, __LINE__, strerror(errno)); |