aboutsummaryrefslogtreecommitdiff
path: root/sbin/dhclient/dhcpd.h
diff options
context:
space:
mode:
authorPawel Jakub Dawidek <pjd@FreeBSD.org>2013-07-03 21:49:10 +0000
committerPawel Jakub Dawidek <pjd@FreeBSD.org>2013-07-03 21:49:10 +0000
commitd1f4d8549443b49fae4b15d1d0781502ffe8b1e5 (patch)
tree2c17fd7cebf4c0d2369111cdf5c630ff15c98c29 /sbin/dhclient/dhcpd.h
parent592291c1e75271ee5a5284e7f1cafdd762af5342 (diff)
downloadsrc-d1f4d8549443b49fae4b15d1d0781502ffe8b1e5.tar.gz
src-d1f4d8549443b49fae4b15d1d0781502ffe8b1e5.zip
MFp4 @229471:
Remove unused argument from assemble_hw_header(). Reviewed by: brooks Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=252615
Diffstat (limited to 'sbin/dhclient/dhcpd.h')
-rw-r--r--sbin/dhclient/dhcpd.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/dhclient/dhcpd.h b/sbin/dhclient/dhcpd.h
index 346e2ce0fdd8..920235ba193b 100644
--- a/sbin/dhclient/dhcpd.h
+++ b/sbin/dhclient/dhcpd.h
@@ -405,8 +405,7 @@ void bootp(struct packet *);
void dhcp(struct packet *);
/* packet.c */
-void assemble_hw_header(struct interface_info *, unsigned char *,
- int *, struct hardware *);
+void assemble_hw_header(struct interface_info *, unsigned char *, int *);
void assemble_udp_ip_header(unsigned char *, int *, u_int32_t, u_int32_t,
unsigned int, unsigned char *, int);
ssize_t decode_hw_header(unsigned char *, int, struct hardware *);