aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/clientsocket.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-03-23 23:44:29 +0000
committerMike Frysinger <vapier@gentoo.org>2006-03-23 23:44:29 +0000
commit787140df3992ccc3ebdc09f6d2dcb584f580f49f (patch)
tree666fdb071676c676f52bdc204f6df801b17e7196 /networking/udhcp/clientsocket.h
parente0fe93759339a9e043cd0489f5bfabd59b5fcb78 (diff)
downloadbusybox-787140df3992ccc3ebdc09f6d2dcb584f580f49f.tar.gz
remove in place of external link
Diffstat (limited to 'networking/udhcp/clientsocket.h')
-rw-r--r--networking/udhcp/clientsocket.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/networking/udhcp/clientsocket.h b/networking/udhcp/clientsocket.h
deleted file mode 100644
index 17a55c154..000000000
--- a/networking/udhcp/clientsocket.h
+++ /dev/null
@@ -1,7 +0,0 @@
-/* clientsocket.h */
-#ifndef _CLIENTSOCKET_H
-#define _CLIENTSOCKET_H
-
-int raw_socket(int ifindex);
-
-#endif