1 /* $NetBSD: msg_vstream.h,v 1.2 2017/02/14 01:16:49 christos Exp $ */ 2 3 #ifndef _MSG_VSTREAM_H_INCLUDED_ 4 #define _MSG_VSTREAM_H_INCLUDED_ 5 6 /*++ 7 /* NAME 8 /* msg_vstream 3h 9 /* SUMMARY 10 /* direct diagnostics to VSTREAM 11 /* SYNOPSIS 12 /* #include <msg_vstream.h> 13 /* DESCRIPTION 14 15 /* 16 * Utility library. 17 */ 18 #include <vstream.h> 19 20 /* 21 * External interface. 22 */ 23 extern void msg_vstream_init(const char *, VSTREAM *); 24 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 /*--*/ 35 36 #endif 37