summaryrefslogtreecommitdiffstats
path: root/socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'socket.h')
-rw-r--r--socket.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/socket.h b/socket.h
new file mode 100644
index 0000000..8d8b128
--- /dev/null
+++ b/socket.h
@@ -0,0 +1,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