No empty .Rs/.Re
[netbsd-mini2440.git] / external / ibm-public / postfix / dist / src / global / deliver_pass.h
bloba98566694a2ac553fe43752ce258560b9ee8f590
1 /* $NetBSD$ */
3 #ifndef _DELIVER_PASS_H_INCLUDED_
4 #define _DELIVER_PASS_H_INCLUDED_
6 /*++
7 /* NAME
8 /* deliver_pass 3h
9 /* SUMMARY
10 /* deliver request pass_through
11 /* SYNOPSIS
12 /* #include <deliver_pass.h>
13 /* DESCRIPTION
14 /* .nf
17 * Global library.
19 #include <deliver_request.h>
20 #include <mail_proto.h>
23 * External interface.
25 extern int deliver_pass(const char *, const char *, DELIVER_REQUEST *, RECIPIENT *);
26 extern int deliver_pass_all(const char *, const char *, DELIVER_REQUEST *);
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 /*--*/
39 #endif