]> git.meshlink.io Git - catta/blob - socket.h
* add support for both ipv4 AND ipv6 reverse lookups
[catta] / socket.h
1 #ifndef foosockethfoo
2 #define foosockethfoo
3
4 int flx_open_socket(int iface);
5
6
7 int flx_send_packet(int fd, int iface, struct flx_dns_packet *p);
8
9
10
11 #endif