diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2017-02-16 00:24:44 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2017-02-16 00:24:44 +0000 |
commit | cf524e82a12347ccb9439d58d79dd1884e20f7c4 (patch) | |
tree | 5c0a7995e15b4f24857c2a81d65db4748834b263 /usr.sbin/dhcpd/dhcpd.h | |
parent | a37a18fa0c87ee28b9dcfb217910e74d16fa19cb (diff) |
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.h | 4 |
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; |