diff options
Diffstat (limited to 'usr.sbin/unwindctl/parser.h')
-rw-r--r-- | usr.sbin/unwindctl/parser.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/unwindctl/parser.h b/usr.sbin/unwindctl/parser.h index 65efcb7e10b..10d8e7815e0 100644 --- a/usr.sbin/unwindctl/parser.h +++ b/usr.sbin/unwindctl/parser.h @@ -1,4 +1,4 @@ -/* $OpenBSD: parser.h,v 1.1 2019/01/23 13:12:19 florian Exp $ */ +/* $OpenBSD: parser.h,v 1.2 2019/01/27 12:41:39 florian Exp $ */ /* * Copyright (c) 2004 Esben Norby <norby@openbsd.org> @@ -26,7 +26,8 @@ enum actions { STATUS, STATUS_RECURSOR, STATUS_DHCP, - STATUS_STATIC + STATUS_STATIC, + STATUS_DOT }; struct parse_result { |