xref: /netbsd-src/external/ibm-public/postfix/dist/src/global/deliver_pass.h (revision 41fbaed053f8fbfdf9d2a4ee0a7386a3c83f8505)
1 /*	$NetBSD: deliver_pass.h,v 1.1.1.1 2009/06/23 10:08:45 tron Exp $	*/
2 
3 #ifndef _DELIVER_PASS_H_INCLUDED_
4 #define _DELIVER_PASS_H_INCLUDED_
5 
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
15 
16  /*
17   * Global library.
18   */
19 #include <deliver_request.h>
20 #include <mail_proto.h>
21 
22  /*
23   * External interface.
24   */
25 extern int deliver_pass(const char *, const char *, DELIVER_REQUEST *, RECIPIENT *);
26 extern int deliver_pass_all(const char *, const char *, DELIVER_REQUEST *);
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