summaryrefslogtreecommitdiff
path: root/sbin/dhclient/dhcpd.h
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2005-07-08 14:15:24 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2005-07-08 14:15:24 +0000
commit3bf2d53b7c866803b60d9ad8f6d8198e0c3db81d (patch)
treeb5c1500c432ce01e720cd69b617083348d6f4494 /sbin/dhclient/dhcpd.h
parent5d7f257e3f47b74e90d51b850f144998a674c84c (diff)
More dead and moribund code removal/cleanup. This time unused parameters
and associated code for store_options(). ok henning@
Diffstat (limited to 'sbin/dhclient/dhcpd.h')
-rw-r--r--sbin/dhclient/dhcpd.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/sbin/dhclient/dhcpd.h b/sbin/dhclient/dhcpd.h
index c080e793f46..66b913af195 100644
--- a/sbin/dhclient/dhcpd.h
+++ b/sbin/dhclient/dhcpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: dhcpd.h,v 1.36 2005/07/08 00:57:36 krw Exp $ */
+/* $OpenBSD: dhcpd.h,v 1.37 2005/07/08 14:15:23 krw Exp $ */
/*
* Copyright (c) 2004 Henning Brauer <henning@openbsd.org>
@@ -317,8 +317,7 @@ unsigned char *hash_lookup(struct hash_table *, unsigned char *, int);
/* tables.c */
extern struct option dhcp_options[256];
-extern unsigned char dhcp_option_default_priority_list[];
-extern int sizeof_dhcp_option_default_priority_list;
+extern unsigned char dhcp_option_default_priority_list[256];
extern struct hash_table universe_hash;
extern struct universe dhcp_universe;
void initialize_universes(void);