brarpwatch/netlink.h

8 lines
117 B
C

#ifndef _NETLINK_H_
#define _NETLINK_H_
int netlink_init(void);
void netlink_close(void);
#endif /* _NETLINK_H_ */