#pragma once #include #include #include bool nl_init(void); void nl_deinit(void); struct mnl_socket * nl_socket(void); uint32_t nl_seq(void);