summaryrefslogtreecommitdiff
path: root/common/print.c
diff options
context:
space:
mode:
authorTomek Mrugalski <tomek@isc.org>2011-05-11 14:01:25 +0000
committerTomek Mrugalski <tomek@isc.org>2011-05-11 14:01:25 +0000
commita34feb7d81efdd9a140084d070ce4633572467fb (patch)
tree791736265825e3b9a7927341a7640d3dd51015e8 /common/print.c
parentfb30f3fc8bb324c6be1a418c341d062d7e1603df (diff)
downloadisc-dhcp-a34feb7d81efdd9a140084d070ce4633572467fb.tar.gz
- Code cleanup: remove obsolete PROTO, KandR, INLINE and ANSI_DECL macros
[ISC-Bugs #13151]
Diffstat (limited to 'common/print.c')
-rw-r--r--common/print.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/common/print.c b/common/print.c
index 1878b775..bb59ba3b 100644
--- a/common/print.c
+++ b/common/print.c
@@ -3,7 +3,7 @@
Turn data structures into printable text. */
/*
- * Copyright (c) 2009-2010 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2009-2011 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 2004-2007 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1995-2003 by Internet Software Consortium
*
@@ -521,8 +521,7 @@ char *print_dec_2 (val)
return vbuf;
}
-static unsigned print_subexpression PROTO ((struct expression *,
- char *, unsigned));
+static unsigned print_subexpression (struct expression *, char *, unsigned);
static unsigned print_subexpression (expr, buf, len)
struct expression *expr;