diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2017-07-02 09:11:14 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2017-07-02 09:11:14 +0000 |
commit | 5a580874d3af2dea88a2a34d66a29c1adb659cf3 (patch) | |
tree | 3a5c368d7acd78d60fe44324938d52efa802aa2f /sbin/dhclient/dhcpd.h | |
parent | c9fb07b914edd3feee41346db0ac9469d04b8e2a (diff) |
Unbreak tree by putting revised resolv_conf_priority() declaration in
correct place and passing the invocation the correct parameters.
Noticed by & initial diff from matthieu@
Diffstat (limited to 'sbin/dhclient/dhcpd.h')
-rw-r--r-- | sbin/dhclient/dhcpd.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/dhclient/dhcpd.h b/sbin/dhclient/dhcpd.h index a212fe0d874..26eb61483f2 100644 --- a/sbin/dhclient/dhcpd.h +++ b/sbin/dhclient/dhcpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dhcpd.h,v 1.201 2017/07/01 23:27:56 krw Exp $ */ +/* $OpenBSD: dhcpd.h,v 1.202 2017/07/02 09:11:13 krw Exp $ */ /* * Copyright (c) 2004 Henning Brauer <henning@openbsd.org> @@ -250,3 +250,5 @@ void add_route(struct in_addr, struct in_addr, struct in_addr, struct in_addr, int, int); void flush_unpriv_ibuf(const char *); + +int resolv_conf_priority(int, int); |