blob: 6529e9229510fa3ff58bdb3dc6c36aaa0b17a1e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#pragma once
#include <libmnl/libmnl.h>
#include <stdbool.h>
#include <stdbool.h>
bool nl_init(void);
void nl_deinit(void);
struct mnl_socket * nl_socket(void);
uint32_t nl_seq(void);
|