Expand PMF_FN_* macros.
[netbsd-mini2440.git] / external / ibm-public / postfix / dist / src / master / mail_flow.h
blob793bab775d988b7d8ec2c8bb095002741a9f2177
1 /* $NetBSD$ */
3 #ifndef _MAIL_FLOW_H_INCLUDED_
4 #define _MAIL_FLOW_H_INCLUDED_
6 /*++
7 /* NAME
8 /* mail_flow 3h
9 /* SUMMARY
10 /* global mail flow control
11 /* SYNOPSIS
12 /* #include <mail_flow.h>
13 /* DESCRIPTION
14 /* .nf
17 * Functional interface.
19 extern ssize_t mail_flow_get(ssize_t);
20 extern ssize_t mail_flow_put(ssize_t);
21 extern ssize_t mail_flow_count(void);
23 /* LICENSE
24 /* .ad
25 /* .fi
26 /* The Secure Mailer license must be distributed with this software.
27 /* AUTHOR(S)
28 /* Wietse Venema
29 /* IBM T.J. Watson Research
30 /* P.O. Box 704
31 /* Yorktown Heights, NY 10598, USA
32 /*--*/
34 #endif