Fold tables.c into options.c and stop exporting the one
authorkrw <krw@openbsd.org>
Sat, 8 Jul 2017 20:38:31 +0000 (20:38 +0000)
committerkrw <krw@openbsd.org>
Sat, 8 Jul 2017 20:38:31 +0000 (20:38 +0000)
commit8457ebc2593f7277d0ec6e1763cafad02f94377e
tree6b19a754d620c31f79c1ece4fda40bd7d97d8a2a
parent90937003cc6c647fea5bff7ea85af4fa4e4636a5
Fold tables.c into options.c and stop exporting the one
table (dhcp_options) involved. Provide functions
code_to_name(), name_to_code(), code_to_format() and
replace direct access to dhcp_options with them. Eliminate
unneeded 'struct option'.

Unhook tables.c from Makefile.
sbin/dhclient/Makefile
sbin/dhclient/clparse.c
sbin/dhclient/dhclient.c
sbin/dhclient/dhcpd.h
sbin/dhclient/options.c