From 787140df3992ccc3ebdc09f6d2dcb584f580f49f Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 23 Mar 2006 23:44:29 +0000 Subject: remove in place of external link --- networking/udhcp/clientpacket.h | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 networking/udhcp/clientpacket.h (limited to 'networking/udhcp/clientpacket.h') diff --git a/networking/udhcp/clientpacket.h b/networking/udhcp/clientpacket.h deleted file mode 100644 index 8e5441bc7..000000000 --- a/networking/udhcp/clientpacket.h +++ /dev/null @@ -1,14 +0,0 @@ -#ifndef _CLIENTPACKET_H -#define _CLIENTPACKET_H - -#include "packet.h" - -unsigned long random_xid(void); -int send_discover(unsigned long xid, unsigned long requested); -int send_selecting(unsigned long xid, unsigned long server, unsigned long requested); -int send_renew(unsigned long xid, unsigned long server, unsigned long ciaddr); -int send_renew(unsigned long xid, unsigned long server, unsigned long ciaddr); -int send_release(unsigned long server, unsigned long ciaddr); -int get_raw_packet(struct dhcpMessage *payload, int fd); - -#endif -- cgit v1.2.3