diff options
Diffstat (limited to 'gnu/usr.sbin/sendmail/include/libmilter/mfapi.h')
-rw-r--r-- | gnu/usr.sbin/sendmail/include/libmilter/mfapi.h | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/gnu/usr.sbin/sendmail/include/libmilter/mfapi.h b/gnu/usr.sbin/sendmail/include/libmilter/mfapi.h index 9258da0a32e..3c366e0633b 100644 --- a/gnu/usr.sbin/sendmail/include/libmilter/mfapi.h +++ b/gnu/usr.sbin/sendmail/include/libmilter/mfapi.h @@ -7,7 +7,7 @@ * the sendmail distribution. * * - * $Sendmail: mfapi.h,v 8.32 2001/09/13 20:38:40 ca Exp $ + * $Sendmail: mfapi.h,v 8.35 2001/10/09 19:05:24 gshapiro Exp $ */ /* @@ -306,6 +306,15 @@ LIBMILTER_API char * smfi_getsymval __P((SMFICTX *, char *)); LIBMILTER_API int smfi_setreply __P((SMFICTX *, char *, char *, char *)); +#if _FFR_MULTILINE +/* +** Alternatively, smfi_setmlreply can be called if a multi-line SMTP reply +** is needed. +*/ + +LIBMILTER_API int smfi_setmlreply __P((SMFICTX *, const char *, const char *, ...)); +#endif /* _FFR_MULTILINE */ + /* ** Set the specific reply code to be used in response to the active ** command. If not specified, a generic reply code is used. |