summaryrefslogtreecommitdiffstats
path: root/src/trans-libnl.h
blob: 91ec8d2216d7bb788b296c6e17fdbfddc2b71e96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12

#ifndef TRANS_LIBNL_H
#define TRANS_LIBNL_H

struct trans_handle {
	struct nl_handle *sock;
	int family;

	trans_cb_t cb;
};

#endif /* !TRANS_LIBNL_H */