Sync usage with man page.
[netbsd-mini2440.git] / external / ibm-public / postfix / dist / src / util / msg_vstream.h
blob2b1e6c230c85800cccbbbc6f6669756b7f55767f
1 /* $NetBSD$ */
3 #ifndef _MSG_VSTREAM_H_INCLUDED_
4 #define _MSG_VSTREAM_H_INCLUDED_
6 /*++
7 /* NAME
8 /* msg_vstream 3h
9 /* SUMMARY
10 /* direct diagnostics to VSTREAM
11 /* SYNOPSIS
12 /* #include <msg_vstream.h>
13 /* DESCRIPTION
16 * Utility library.
18 #include <vstream.h>
21 * External interface.
23 extern void msg_vstream_init(const char *, VSTREAM *);
25 /* LICENSE
26 /* .ad
27 /* .fi
28 /* The Secure Mailer license must be distributed with this software.
29 /* AUTHOR(S)
30 /* Wietse Venema
31 /* IBM T.J. Watson Research
32 /* P.O. Box 704
33 /* Yorktown Heights, NY 10598, USA
34 /*--*/
36 #endif