summaryrefslogtreecommitdiffstats
path: root/include/netlink.h
blob: 41b0135898d542510cdf3ca5a2dada872efb8186 (plain)
1
2
3
4
5
6
7
#ifndef _LIBDECT_NETLINK_H
#define _LIBDECT_NETLINK_H

extern int dect_netlink_init(struct dect_handle *dh);
extern void dect_netlink_exit(struct dect_handle *dh);

#endif /* _LIBDECT_NETLINK_H */