]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Fix assemble_udp_ip_header prototype .
authorTed Lemon <source@isc.org>
Fri, 26 Jun 1998 18:19:51 +0000 (18:19 +0000)
committerTed Lemon <source@isc.org>
Fri, 26 Jun 1998 18:19:51 +0000 (18:19 +0000)
includes/dhcpd.h

index 84ff419bb6be5843031376679881c5f13cca86ac..47d937929d133a50840f0014d6c1844d1b72164b 100644 (file)
@@ -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 *));