diff options
Diffstat (limited to 'networking/udhcp/clientsocket.h')
-rw-r--r-- | networking/udhcp/clientsocket.h | 7 |
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 @@ | |||
1 | /* clientsocket.h */ | ||
2 | #ifndef _CLIENTSOCKET_H | ||
3 | #define _CLIENTSOCKET_H | ||
4 | |||
5 | int raw_socket(int ifindex); | ||
6 | |||
7 | #endif | ||