Use standard C99 types
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
|
||||
int sendOffer(struct dhcpMessage *oldpacket);
|
||||
int sendNAK(struct dhcpMessage *oldpacket);
|
||||
int sendACK(struct dhcpMessage *oldpacket, u_int32_t yiaddr);
|
||||
int sendACK(struct dhcpMessage *oldpacket, uint32_t yiaddr);
|
||||
int send_inform(struct dhcpMessage *oldpacket);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user