From: Ted Lemon Date: Thu, 6 Mar 1997 07:28:54 +0000 (+0000) Subject: Fix prototype for icmp_startup X-Git-Tag: DHCP-970306~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fa25cc03b557ff9eb5127f86ad7ef35d5b444863;p=thirdparty%2Fdhcp.git Fix prototype for icmp_startup --- diff --git a/includes/dhcpd.h b/includes/dhcpd.h index 22a01b1ed..e145b66ba 100644 --- a/includes/dhcpd.h +++ b/includes/dhcpd.h @@ -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 *));