remove in place of external link

This commit is contained in:
Mike Frysinger
2006-03-23 23:44:29 +00:00
parent e0fe937593
commit 787140df39
48 changed files with 0 additions and 5062 deletions

View File

@ -1,12 +0,0 @@
#ifndef _SERVERPACKET_H
#define _SERVERPACKET_H
#include "packet.h"
int sendOffer(struct dhcpMessage *oldpacket);
int sendNAK(struct dhcpMessage *oldpacket);
int sendACK(struct dhcpMessage *oldpacket, uint32_t yiaddr);
int send_inform(struct dhcpMessage *oldpacket);
#endif