~ubuntu-branches/ubuntu/dapper/postfix/dapper-security

« back to all changes in this revision

Viewing changes to src/util/msg_vstream.h

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2005-02-27 09:33:07 UTC
  • Revision ID: james.westby@ubuntu.com-20050227093307-cn789t27ibnlh6tf
Tags: upstream-2.1.5
ImportĀ upstreamĀ versionĀ 2.1.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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