1 2 3 4 5 6 7 8 9 10 11
#ifndef foosockethfoo #define foosockethfoo int flx_open_socket(int iface); int flx_send_packet(int fd, int iface, struct flx_dns_packet *p); #endif