]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add prototype for broadcast_addr()
authorTed Lemon <source@isc.org>
Sat, 22 Nov 1997 00:46:40 +0000 (00:46 +0000)
committerTed Lemon <source@isc.org>
Sat, 22 Nov 1997 00:46:40 +0000 (00:46 +0000)
includes/dhcpd.h

index 202b17121db295ee98e8216ea9d7fcdb7c40472f..f9503d46d068b14deda84eabbc5f4f2bd05d5e05 100644 (file)
@@ -775,6 +775,7 @@ void putShort PROTO ((unsigned char *, int16_t));
 /* inet.c */
 struct iaddr subnet_number PROTO ((struct iaddr, struct iaddr));
 struct iaddr ip_addr PROTO ((struct iaddr, struct iaddr, u_int32_t));
+struct iaddr broadcast_addr PROTO ((struct iaddr, struct iaddr));
 u_int32_t host_addr PROTO ((struct iaddr, struct iaddr));
 int addr_eq PROTO ((struct iaddr, struct iaddr));
 char *piaddr PROTO ((struct iaddr));