diff options
author | Tomek Mrugalski <tomek@isc.org> | 2011-05-11 14:01:25 +0000 |
---|---|---|
committer | Tomek Mrugalski <tomek@isc.org> | 2011-05-11 14:01:25 +0000 |
commit | a34feb7d81efdd9a140084d070ce4633572467fb (patch) | |
tree | 791736265825e3b9a7927341a7640d3dd51015e8 /common/icmp.c | |
parent | fb30f3fc8bb324c6be1a418c341d062d7e1603df (diff) | |
download | isc-dhcp-a34feb7d81efdd9a140084d070ce4633572467fb.tar.gz |
- Code cleanup: remove obsolete PROTO, KandR, INLINE and ANSI_DECL macros
[ISC-Bugs #13151]
Diffstat (limited to 'common/icmp.c')
-rw-r--r-- | common/icmp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/icmp.c b/common/icmp.c index 5308b406..cf9a7459 100644 --- a/common/icmp.c +++ b/common/icmp.c @@ -4,6 +4,7 @@ responses. */ /* + * Copyright (c) 2011 by Internet Systems Consortium, Inc. ("ISC") * Copyright (c) 2004,2007,2009 by Internet Systems Consortium, Inc. ("ISC") * Copyright (c) 1996-2003 by Internet Software Consortium * @@ -52,7 +53,7 @@ trace_type_t *trace_icmp_output; void icmp_startup (routep, handler) int routep; - void (*handler) PROTO ((struct iaddr, u_int8_t *, int)); + void (*handler) (struct iaddr, u_int8_t *, int); { struct protoent *proto; int protocol = 1; |