summaryrefslogtreecommitdiff
path: root/usr.sbin/tcpdump/dhcp6opt.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/tcpdump/dhcp6opt.h')
-rw-r--r--usr.sbin/tcpdump/dhcp6opt.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/tcpdump/dhcp6opt.h b/usr.sbin/tcpdump/dhcp6opt.h
index 3b0ab033241..f36754d890a 100644
--- a/usr.sbin/tcpdump/dhcp6opt.h
+++ b/usr.sbin/tcpdump/dhcp6opt.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: dhcp6opt.h,v 1.1 2000/04/26 21:35:38 jakob Exp $ */
+/* $OpenBSD: dhcp6opt.h,v 1.2 2002/02/16 21:28:09 millert Exp $ */
/*
* Copyright (C) 1998 and 1999 WIDE Project.
@@ -74,9 +74,9 @@ struct dhcp6_opt {
extern struct dhcp6_opt *dh6o_pad;
extern struct dhcp6_opt *dh6o_end;
extern int dhcp6_param[];
-extern void dhcp6opttab_init __P((void));
-extern struct dhcp6_opt *dhcp6opttab_byname __P((char *));
-extern struct dhcp6_opt *dhcp6opttab_bycode __P((u_int));
+extern void dhcp6opttab_init(void);
+extern struct dhcp6_opt *dhcp6opttab_byname(char *);
+extern struct dhcp6_opt *dhcp6opttab_bycode(u_int);
#endif
#endif /*__DHCP6OPT_H_DEFINED*/