resolv_conf_priority() is a function local to kroute.c, no
authorkrw <krw@openbsd.org>
Wed, 28 Jun 2017 15:23:19 +0000 (15:23 +0000)
committerkrw <krw@openbsd.org>
Wed, 28 Jun 2017 15:23:19 +0000 (15:23 +0000)
commit583aafa8966ad56b2ec29746ff0e833f333a0e82
treed08d11ccccc1eb2e18707eac24bcf05dd347bae5
parent857a8195d913d351cf4cc52013bf13fba3abbe9e
resolv_conf_priority() is a function local to kroute.c, no
need to expose its definition in dhcpd.h. While here change
the parameter from struct interface_info to int and just pass
the only field used (rdomain).
sbin/dhclient/dhcpd.h
sbin/dhclient/kroute.c