From 4e864a36b611f56c6b347be1dace4e5e805a3eb8 Mon Sep 17 00:00:00 2001 From: Russ Dill Date: Thu, 18 Dec 2003 22:25:38 +0000 Subject: Finish remerging busybox udhcp and udhcp. Some cleanups as well. --- networking/udhcp/clientsocket.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 networking/udhcp/clientsocket.h (limited to 'networking/udhcp/clientsocket.h') 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 -- cgit v1.2.3