summaryrefslogtreecommitdiff
path: root/sbin/dhclient/dhcpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/dhclient/dhcpd.h')
-rw-r--r--sbin/dhclient/dhcpd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/dhclient/dhcpd.h b/sbin/dhclient/dhcpd.h
index 89d6cc5063a..0f7f118f101 100644
--- a/sbin/dhclient/dhcpd.h
+++ b/sbin/dhclient/dhcpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: dhcpd.h,v 1.254 2018/02/28 22:16:56 krw Exp $ */
+/* $OpenBSD: dhcpd.h,v 1.255 2018/05/19 22:10:22 krw Exp $ */
/*
* Copyright (c) 2004 Henning Brauer <henning@openbsd.org>
@@ -214,6 +214,7 @@ extern int cmd_opts;
#define OPT_NOACTION 1
#define OPT_VERBOSE 2
#define OPT_FOREGROUND 4
+#define OPT_RELEASE 8
void dhcpoffer(struct interface_info *, struct option_data *,
const char *);