mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-09-04 16:25:21 +00:00
Fix prototype for icmp_startup
This commit is contained in:
@@ -845,6 +845,6 @@ void relay PROTO ((struct interface_info *, u_int8_t *, int,
|
|||||||
|
|
||||||
/* icmp.c */
|
/* icmp.c */
|
||||||
void icmp_startup PROTO ((int, void (*) PROTO ((struct iaddr,
|
void icmp_startup PROTO ((int, void (*) PROTO ((struct iaddr,
|
||||||
u_int8_t, int))));
|
u_int8_t *, int))));
|
||||||
int icmp_echorequest PROTO ((struct iaddr *));
|
int icmp_echorequest PROTO ((struct iaddr *));
|
||||||
void icmp_echoreply PROTO ((struct protocol *));
|
void icmp_echoreply PROTO ((struct protocol *));
|
||||||
|
Reference in New Issue
Block a user