summaryrefslogtreecommitdiff
path: root/usr.sbin/dhcpleasectl/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/dhcpleasectl/parser.h')
-rw-r--r--usr.sbin/dhcpleasectl/parser.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/dhcpleasectl/parser.h b/usr.sbin/dhcpleasectl/parser.h
index dad595b313e..4c4a89cd4cf 100644
--- a/usr.sbin/dhcpleasectl/parser.h
+++ b/usr.sbin/dhcpleasectl/parser.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: parser.h,v 1.1 2021/02/26 16:16:37 florian Exp $ */
+/* $OpenBSD: parser.h,v 1.2 2021/07/26 09:26:36 florian Exp $ */
/*
* Copyright (c) 2004 Esben Norby <norby@openbsd.org>
@@ -23,7 +23,8 @@ enum actions {
LOG_BRIEF,
SHOW,
SHOW_INTERFACE,
- SEND_REQUEST
+ SEND_REQUEST,
+ RELOAD
};
struct parse_result {