xref: /netbsd-src/external/ibm-public/postfix/dist/src/global/smtp_reply_footer.h (revision b49cc1491953ef2348eff9c84520ffd0678a5c8d)
1 /*	$NetBSD: smtp_reply_footer.h,v 1.1.1.1 2011/03/02 19:32:18 tron Exp $	*/
2 
3 #ifndef _SMTP_REPLY_FOOTER_H_INCLUDED_
4 #define _SMTP_REPLY_FOOTER_H_INCLUDED_
5 
6 /*++
7 /* NAME
8 /*	smtp_reply_footer 3h
9 /* SUMMARY
10 /*	SMTP reply footer text support
11 /* SYNOPSIS
12 /*	#include <smtp_reply_footer.h>
13 /* DESCRIPTION
14 /* .nf
15 
16  /*
17   * Utility library.
18   */
19 #include <vstring.h>
20 #include <mac_expand.h>
21 
22  /*
23   * External interface.
24   */
25 extern int smtp_reply_footer(VSTRING *, ssize_t, char *, const char *,
26 			             MAC_EXP_LOOKUP_FN, char *);
27 
28 /* LICENSE
29 /* .ad
30 /* .fi
31 /*	The Secure Mailer license must be distributed with this software.
32 /* AUTHOR(S)
33 /*	Wietse Venema
34 /*	IBM T.J. Watson Research
35 /*	P.O. Box 704
36 /*	Yorktown Heights, NY 10598, USA
37 /*--*/
38 
39 #endif
40