2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 14:25:41 +00:00

Fix prototype for icmp_startup

This commit is contained in:
Ted Lemon
1997-03-06 07:28:54 +00:00
parent 2f8e6010d7
commit fa25cc03b5

View 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 *));