summaryrefslogtreecommitdiffstats
path: root/socket.h
blob: 8d8b1289273f099dccf65e4fdec2ec56cb83f707 (plain)
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