summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/smtpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/smtpd/smtpd.h')
-rw-r--r--usr.sbin/smtpd/smtpd.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/smtpd/smtpd.h b/usr.sbin/smtpd/smtpd.h
index a7aeb64d7ac..70689317b0c 100644
--- a/usr.sbin/smtpd/smtpd.h
+++ b/usr.sbin/smtpd/smtpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: smtpd.h,v 1.283 2012/01/28 15:11:06 eric Exp $ */
+/* $OpenBSD: smtpd.h,v 1.284 2012/01/28 16:50:02 gilles Exp $ */
/*
* Copyright (c) 2008 Gilles Chehade <gilles@openbsd.org>
@@ -967,6 +967,8 @@ struct scheduler_backend {
int (*fetch)(void *, u_int64_t *);
int (*schedule)(u_int64_t);
+
+ void (*display)(void); /* may be NULL */
};