diff options
Diffstat (limited to 'include/mnl.h')
-rw-r--r-- | include/mnl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/mnl.h b/include/mnl.h index 9d2d9410..9f5b34f6 100644 --- a/include/mnl.h +++ b/include/mnl.h @@ -5,6 +5,9 @@ struct mnl_socket; +struct mnl_socket *netlink_open_sock(void); +void netlink_close_sock(struct mnl_socket *nf_sock); + uint32_t mnl_seqnum_alloc(void); void mnl_genid_get(struct mnl_socket *nf_sock); |