aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/clientsocket.h
diff options
context:
space:
mode:
Diffstat (limited to 'networking/udhcp/clientsocket.h')
-rw-r--r--networking/udhcp/clientsocket.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/networking/udhcp/clientsocket.h b/networking/udhcp/clientsocket.h
new file mode 100644
index 000000000..17a55c154
--- /dev/null
+++ b/networking/udhcp/clientsocket.h
@@ -0,0 +1,7 @@
+/* clientsocket.h */
+#ifndef _CLIENTSOCKET_H
+#define _CLIENTSOCKET_H
+
+int raw_socket(int ifindex);
+
+#endif