diff options
Diffstat (limited to 'usr.sbin/smtpd/parser.h')
-rw-r--r-- | usr.sbin/smtpd/parser.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/smtpd/parser.h b/usr.sbin/smtpd/parser.h index 78846c992bc..f4d5351b1eb 100644 --- a/usr.sbin/smtpd/parser.h +++ b/usr.sbin/smtpd/parser.h @@ -1,4 +1,4 @@ -/* $OpenBSD: parser.h,v 1.2 2008/12/06 02:44:08 gilles Exp $ */ +/* $OpenBSD: parser.h,v 1.3 2008/12/27 16:45:01 jacekm Exp $ */ /* * Copyright (c) 2006 Pierre-Yves Ritschard <pyr@openbsd.org> @@ -21,8 +21,8 @@ enum actions { SHUTDOWN, RELOAD, MONITOR, - SHOWQUEUE, - SHOWRUNQUEUE + SHOW_QUEUE, + SHOW_RUNQUEUE }; struct parse_result { |