diff options
author | gshapiro <gshapiro@FreeBSD.org> | 2014-12-12 04:10:50 +0000 |
---|---|---|
committer | gshapiro <gshapiro@FreeBSD.org> | 2014-12-12 04:10:50 +0000 |
commit | fe7726f7f551319623ef61624b8a3c685b1688cc (patch) | |
tree | 478852bc9e3903f605e5e0b46c9b5bdf0d2aab7c /libmilter/engine.c | |
parent | e978ee268a13bb8489e79a50cf49f012385863d0 (diff) | |
download | FreeBSD-src-fe7726f7f551319623ef61624b8a3c685b1688cc.zip FreeBSD-src-fe7726f7f551319623ef61624b8a3c685b1688cc.tar.gz |
Import sendmail 8.15.1
Diffstat (limited to 'libmilter/engine.c')
-rw-r--r-- | libmilter/engine.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libmilter/engine.c b/libmilter/engine.c index e557a59..b7684aa 100644 --- a/libmilter/engine.c +++ b/libmilter/engine.c @@ -726,7 +726,7 @@ sendreply(r, sd, timeout_ptr, ctx) } /* -** CLR_MACROS -- clear set of macros starting from a given index +** MI_CLR_MACROS -- clear set of macros starting from a given index ** ** Parameters: ** ctx -- context structure @@ -1816,7 +1816,7 @@ dec_arg2(buf, len, s1, s2) } /* -** SENDOK -- is it ok for the filter to send stuff to the MTA? +** MI_SENDOK -- is it ok for the filter to send stuff to the MTA? ** ** Parameters: ** ctx -- context structure |