Make sure we have a show_usage function prototype
[oweals/busybox.git] / networking / udhcp / serverpacket.h
1 #ifndef _SERVERPACKET_H
2 #define _SERVERPACKET_H
3
4
5 int sendOffer(struct dhcpMessage *oldpacket);
6 int sendNAK(struct dhcpMessage *oldpacket);
7 int sendACK(struct dhcpMessage *oldpacket, u_int32_t yiaddr);
8 int send_inform(struct dhcpMessage *oldpacket);
9
10
11 #endif