summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dhcpd/dhcpd.h
diff options
context:
space:
mode:
authorkrw <krw@openbsd.org>2017-02-16 00:24:43 +0000
committerkrw <krw@openbsd.org>2017-02-16 00:24:43 +0000
commite1f80b9af667cfffea4922ec75a138e9dbce1461 (patch)
tree6b8fc307e79f19db9b87d9a6eaaf7e2b2010c726 /usr.sbin/dhcpd/dhcpd.h
parentFix memory leaks in match_filter_list() error paths. (diff)
downloadwireguard-openbsd-e1f80b9af667cfffea4922ec75a138e9dbce1461.tar.xz
wireguard-openbsd-e1f80b9af667cfffea4922ec75a138e9dbce1461.zip
Bring parse_warn() into the log.[ch] 21st century and adopt the "^"
placement logic from dhclient.
Diffstat (limited to 'usr.sbin/dhcpd/dhcpd.h')
-rw-r--r--usr.sbin/dhcpd/dhcpd.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/dhcpd/dhcpd.h b/usr.sbin/dhcpd/dhcpd.h
index 97596ab18a3..4aa080fa432 100644
--- a/usr.sbin/dhcpd/dhcpd.h
+++ b/usr.sbin/dhcpd/dhcpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: dhcpd.h,v 1.59 2017/02/13 23:04:05 krw Exp $ */
+/* $OpenBSD: dhcpd.h,v 1.60 2017/02/16 00:24:43 krw Exp $ */
/*
* Copyright (c) 1995, 1996, 1997, 1998, 1999
@@ -465,8 +465,6 @@ extern struct group root_group;
extern u_int16_t server_port;
extern u_int16_t client_port;
-extern int log_priority;
-extern int log_perror;
extern char *path_dhcpd_conf;
extern char *path_dhcpd_db;