summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/smtpd/parser.h')
-rw-r--r--usr.sbin/smtpd/parser.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/smtpd/parser.h b/usr.sbin/smtpd/parser.h
index 06229ccb929..694fb0096ed 100644
--- a/usr.sbin/smtpd/parser.h
+++ b/usr.sbin/smtpd/parser.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: parser.h,v 1.16 2011/04/13 20:53:18 gilles Exp $ */
+/* $OpenBSD: parser.h,v 1.17 2011/07/21 23:29:24 gilles Exp $ */
/*
* Copyright (c) 2006 Pierre-Yves Ritschard <pyr@openbsd.org>
@@ -23,12 +23,14 @@ enum actions {
MONITOR,
LOG_VERBOSE,
LOG_BRIEF,
+ SCHEDULE,
SHOW_QUEUE,
SHOW_RUNQUEUE,
SHOW_STATS,
PAUSE_MDA,
PAUSE_MTA,
PAUSE_SMTP,
+ REMOVE,
RESUME_MDA,
RESUME_MTA,
RESUME_SMTP,