]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Fix prototype for icmp_startup
authorTed Lemon <source@isc.org>
Thu, 6 Mar 1997 07:28:54 +0000 (07:28 +0000)
committerTed Lemon <source@isc.org>
Thu, 6 Mar 1997 07:28:54 +0000 (07:28 +0000)
includes/dhcpd.h

index 22a01b1ed33d5a5b63b79cbd773664ddacac4f9d..e145b66ba9cd03868bcbb8dbc9a5f7300f8cf0c7 100644 (file)
@@ -845,6 +845,6 @@ void relay PROTO ((struct interface_info *, u_int8_t *, int,
 
 /* icmp.c */
 void icmp_startup PROTO ((int, void (*) PROTO ((struct iaddr,
-                                               u_int8_t, int))));
+                                               u_int8_t *, int))));
 int icmp_echorequest PROTO ((struct iaddr *));
 void icmp_echoreply PROTO ((struct protocol *));