summaryrefslogtreecommitdiff
path: root/usr.sbin/hoststatectl/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/hoststatectl/parser.h')
-rw-r--r--usr.sbin/hoststatectl/parser.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/hoststatectl/parser.h b/usr.sbin/hoststatectl/parser.h
index 9d0cbeb62a7..0f9509f7dbf 100644
--- a/usr.sbin/hoststatectl/parser.h
+++ b/usr.sbin/hoststatectl/parser.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: parser.h,v 1.3 2007/02/01 20:03:38 pyr Exp $ */
+/* $OpenBSD: parser.h,v 1.4 2007/02/22 03:32:40 reyk Exp $ */
/*
* Copyright (c) 2006 Pierre-Yves Ritschard <pyr@spootnik.org>
@@ -19,6 +19,8 @@
enum actions {
NONE,
SHOW_SUM,
+ SHOW_HOSTS,
+ SHOW_RELAYS,
SERV_DISABLE,
SERV_ENABLE,
TABLE_DISABLE,