No empty .Rs/.Re
[netbsd-mini2440.git] / external / ibm-public / postfix / dist / src / global / rcpt_print.h
blobe85d3bdc4f2dfcb29308bccc8e3b67e902a6fcaa
1 /* $NetBSD$ */
3 #ifndef _RCPT_PRINT_H_INCLUDED_
4 #define _RCPT_PRINT_H_INCLUDED_
6 /*++
7 /* NAME
8 /* rcpt_print 3h
9 /* SUMMARY
10 /* write RECIPIENT structure to stream
11 /* SYNOPSIS
12 /* #include <rcpt_print.h>
13 /* DESCRIPTION
14 /* .nf
17 * Utility library.
19 #include <vstream.h>
20 #include <attr.h>
23 * Global library.
25 #include <recipient_list.h>
28 * External interface.
30 extern int rcpt_print(ATTR_SCAN_MASTER_FN, VSTREAM *, int, void *);
32 /* LICENSE
33 /* .ad
34 /* .fi
35 /* The Secure Mailer license must be distributed with this software.
36 /* AUTHOR(S)
37 /* Wietse Venema
38 /* IBM T.J. Watson Research
39 /* P.O. Box 704
40 /* Yorktown Heights, NY 10598, USA
41 /*--*/
43 #endif