diff options
| author | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2014-12-12 04:10:50 +0000 | 
|---|---|---|
| committer | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2014-12-12 04:10:50 +0000 | 
| commit | ba87e25c2ed9c00232180c4aad967d617f816283 (patch) | |
| tree | 478852bc9e3903f605e5e0b46c9b5bdf0d2aab7c /libmilter/engine.c | |
| parent | 4a67213fda7a17ff204a52fc800a87333e14f7db (diff) | |
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 e557a59ea54f9..b7684aa30031e 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 | 
