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.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/networking/udhcp/clientsocket.h b/networking/udhcp/clientsocket.h
deleted file mode 100644
index ea6078397..000000000
--- a/networking/udhcp/clientsocket.h
+++ /dev/null
@@ -1,8 +0,0 @@
1/* vi: set sw=4 ts=4: */
2/* clientsocket.h */
3#ifndef _CLIENTSOCKET_H
4#define _CLIENTSOCKET_H
5
6int raw_socket(int ifindex);
7
8#endif