1 /*	$NetBSD: mail_flow.h,v 1.1.1.1 2009/06/23 10:08:49 tron Exp $	*/
2 
3 #ifndef _MAIL_FLOW_H_INCLUDED_
4 #define _MAIL_FLOW_H_INCLUDED_
5 
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
15 
16  /*
17   * Functional interface.
18   */
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);
22 
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 /*--*/
33 
34 #endif
35