From: Ted Lemon Date: Fri, 26 Jun 1998 18:19:51 +0000 (+0000) Subject: Fix assemble_udp_ip_header prototype . X-Git-Tag: V2-BETA-1-PATCH-5~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=39c9c4eeacf8606a932b1302e6b7ebdeab26e7d6;p=thirdparty%2Fdhcp.git Fix assemble_udp_ip_header prototype . --- diff --git a/includes/dhcpd.h b/includes/dhcpd.h index 84ff419bb..47d937929 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 *));