dect
/
libdect
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
libdect/include/netlink.h

8 lines
218 B
C

#ifndef _LIBDECT_NETLINK_H
#define _LIBDECT_NETLINK_H
extern int dect_netlink_init(struct dect_handle *dh, const char *cluster);
extern void dect_netlink_exit(struct dect_handle *dh);
#endif /* _LIBDECT_NETLINK_H */