summaryrefslogtreecommitdiff
path: root/networking/udhcp/socket.h
diff options
context:
space:
mode:
authorRuss Dill2003-12-18 22:25:38 +0000
committerRuss Dill2003-12-18 22:25:38 +0000
commit4e864a36b611f56c6b347be1dace4e5e805a3eb8 (patch)
tree6582084290de4bead010f5fb8ff0a0a6d2b573fd /networking/udhcp/socket.h
parente30495654d8bb38f7ea234d9d0ab0929525501e3 (diff)
downloadbusybox-4e864a36b611f56c6b347be1dace4e5e805a3eb8.zip
busybox-4e864a36b611f56c6b347be1dace4e5e805a3eb8.tar.gz
Finish remerging busybox udhcp and udhcp. Some cleanups as well.
Diffstat (limited to 'networking/udhcp/socket.h')
-rw-r--r--networking/udhcp/socket.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/networking/udhcp/socket.h b/networking/udhcp/socket.h
index 333994b..d259ef7 100644
--- a/networking/udhcp/socket.h
+++ b/networking/udhcp/socket.h
@@ -4,6 +4,5 @@
int read_interface(char *interface, int *ifindex, u_int32_t *addr, unsigned char *arp);
int listen_socket(unsigned int ip, int port, char *inf);
-int raw_socket(int ifindex);
#endif