No empty .Rs/.Re
[netbsd-mini2440.git] / external / ibm-public / postfix / dist / src / smtpd / smtpd_chat.h
blobb072ec2e18b650b8ec95919357ed8d1735d56fb5
1 /* $NetBSD$ */
3 /*++
4 /* NAME
5 /* smtpd_chat 3h
6 /* SUMMARY
7 /* SMTP server request/response support
8 /* SYNOPSIS
9 /* #include <smtpd.h>
10 /* #include <smtpd_chat.h>
11 /* DESCRIPTION
12 /* .nf
15 * External interface.
17 extern void smtpd_chat_reset(SMTPD_STATE *);
18 extern void smtpd_chat_query(SMTPD_STATE *);
19 extern void PRINTFLIKE(2, 3) smtpd_chat_reply(SMTPD_STATE *, const char *, ...);
20 extern void smtpd_chat_notify(SMTPD_STATE *);
22 /* LICENSE
23 /* .ad
24 /* .fi
25 /* The Secure Mailer license must be distributed with this software.
26 /* AUTHOR(S)
27 /* Wietse Venema
28 /* IBM T.J. Watson Research
29 /* P.O. Box 704
30 /* Yorktown Heights, NY 10598, USA
31 /*--*/