diff options
Diffstat (limited to 'usr.sbin/smtpd/parser.h')
-rw-r--r-- | usr.sbin/smtpd/parser.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/smtpd/parser.h b/usr.sbin/smtpd/parser.h index 39f0a7b74ad..5a9b56c9c04 100644 --- a/usr.sbin/smtpd/parser.h +++ b/usr.sbin/smtpd/parser.h @@ -1,4 +1,4 @@ -/* $OpenBSD: parser.h,v 1.9 2010/01/03 14:37:37 chl Exp $ */ +/* $OpenBSD: parser.h,v 1.10 2010/01/10 16:42:35 gilles Exp $ */ /* * Copyright (c) 2006 Pierre-Yves Ritschard <pyr@openbsd.org> @@ -22,6 +22,7 @@ enum actions { RELOAD, MONITOR, SCHEDULE, + REMOVE, LOG_VERBOSE, LOG_BRIEF, SHOW_QUEUE, |