1 #ifndef _MSG_VSTREAM_H_INCLUDED_
2 #define _MSG_VSTREAM_H_INCLUDED_
3 
4 /*++
5 /* NAME
6 /*	msg_vstream 3h
7 /* SUMMARY
8 /*	direct diagnostics to VSTREAM
9 /* SYNOPSIS
10 /*	#include <msg_vstream.h>
11 /* DESCRIPTION
12 
13  /*
14   * Utility library.
15   */
16 #include <vstream.h>
17 
18  /*
19   * External interface.
20   */
21 extern void msg_vstream_init(const char *, VSTREAM *);
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