From d35a11b05cf94c46272aced87bd2d2c6c4663f6f Mon Sep 17 00:00:00 2001 From: itojun Date: Sun, 28 Jan 2001 09:49:49 +0000 Subject: [PATCH] tidy up prototypes --- print-dhcp6.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/print-dhcp6.c b/print-dhcp6.c index 8a22bf58..6c732577 100644 --- a/print-dhcp6.c +++ b/print-dhcp6.c @@ -29,7 +29,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-dhcp6.c,v 1.12 2000-10-24 00:56:50 fenner Exp $"; + "@(#) $Header: /tcpdump/master/tcpdump/print-dhcp6.c,v 1.13 2001-01-28 09:49:49 itojun Exp $"; #endif #ifdef HAVE_CONFIG_H @@ -56,10 +56,10 @@ struct rtentry; #include "dhcp6opt.h" #if 0 -static void dhcp6opttab_init (void); -static struct dhcp6_opt *dhcp6opttab_byname (char *); +static void dhcp6opttab_init(void); +static struct dhcp6_opt *dhcp6opttab_byname(char *); #endif -static struct dhcp6_opt *dhcp6opttab_bycode (u_int); +static struct dhcp6_opt *dhcp6opttab_bycode(u_int); static char tstr[] = " [|dhcp6]"; -- 2.39.5