Expand PMF_FN_* macros.
[netbsd-mini2440.git] / external / ibm-public / postfix / dist / src / global / timed_ipc.h
blob0c89ac2ad677e0ab8ab73b9cbc805b5c85592ef5
1 /* $NetBSD$ */
3 #ifndef _TIMED_IPC_H_INCLUDED_
4 #define _TIMED_IPC_H_INCLUDED_
6 /*++
7 /* NAME
8 /* timed_ipc 3h
9 /* SUMMARY
10 /* enforce IPC timeout on stream
11 /* SYNOPSIS
12 /* #include <timed_ipc.h>
13 /* DESCRIPTION
14 /* .nf
17 * Utility library.
19 #include <vstream.h>
22 * External interface.
24 extern void timed_ipc_setup(VSTREAM *);
26 /* LICENSE
27 /* .ad
28 /* .fi
29 /* The Secure Mailer license must be distributed with this software.
30 /* AUTHOR(S)
31 /* Wietse Venema
32 /* IBM T.J. Watson Research
33 /* P.O. Box 704
34 /* Yorktown Heights, NY 10598, USA
35 /*--*/
37 #endif