summaryrefslogtreecommitdiff
path: root/usr.sbin/snmpctl/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/snmpctl/parser.h')
-rw-r--r--usr.sbin/snmpctl/parser.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/snmpctl/parser.h b/usr.sbin/snmpctl/parser.h
index 41202685b9d..3268e21b15b 100644
--- a/usr.sbin/snmpctl/parser.h
+++ b/usr.sbin/snmpctl/parser.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: parser.h,v 1.1 2007/12/05 09:22:44 reyk Exp $ */
+/* $OpenBSD: parser.h,v 1.2 2007/12/28 17:22:32 reyk Exp $ */
/*
* Copyright (c) 2007 Reyk Floeter <reyk@vantronix.net>
@@ -18,7 +18,8 @@
enum actions {
NONE,
- MONITOR
+ MONITOR,
+ SHOW_MIB
};
struct parse_result {