diff options
author | Ted Lemon <source@isc.org> | 1998-06-26 18:19:51 +0000 |
---|---|---|
committer | Ted Lemon <source@isc.org> | 1998-06-26 18:19:51 +0000 |
commit | 39c9c4eeacf8606a932b1302e6b7ebdeab26e7d6 (patch) | |
tree | b734db8c2bf794053eaf35c7694ac488927dbf47 | |
parent | 46bde0f2b8677e9056cae529387cf92648fa4852 (diff) | |
download | isc-dhcp-39c9c4eeacf8606a932b1302e6b7ebdeab26e7d6.tar.gz |
Fix assemble_udp_ip_header prototype .
-rw-r--r-- | includes/dhcpd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/dhcpd.h b/includes/dhcpd.h index 84ff419b..47d93792 100644 --- a/includes/dhcpd.h +++ b/includes/dhcpd.h @@ -847,7 +847,7 @@ u_int32_t wrapsum PROTO ((u_int32_t)); void assemble_hw_header PROTO ((struct interface_info *, unsigned char *, int *, struct hardware *)); void assemble_udp_ip_header PROTO ((struct interface_info *, unsigned char *, - int *, u_int32_t, u_int32_t, u_int16_t, + int *, u_int32_t, u_int32_t, unsigned int, unsigned char *, int)); ssize_t decode_hw_header PROTO ((struct interface_info *, unsigned char *, int, struct hardware *)); |