xref: /netbsd-src/external/ibm-public/postfix/dist/src/global/dsb_scan.h (revision bbde328be4e75ea9ad02e9715ea13ca54b797ada)
1 /*	$NetBSD: dsb_scan.h,v 1.1.1.1 2009/06/23 10:08:45 tron Exp $	*/
2 
3 #ifndef _DSB_SCAN_H_INCLUDED_
4 #define _DSB_SCAN_H_INCLUDED_
5 
6 /*++
7 /* NAME
8 /*	dsb_scan 3h
9 /* SUMMARY
10 /*	write DSN to stream
11 /* SYNOPSIS
12 /*	#include <dsb_scan.h>
13 /* DESCRIPTION
14 /* .nf
15 
16  /*
17   * Utility library.
18   */
19 #include <vstream.h>
20 #include <attr.h>
21 
22  /*
23   * Global library.
24   */
25 #include <dsn_buf.h>
26 
27  /*
28   * External interface.
29   */
30 extern int dsb_scan(ATTR_SCAN_MASTER_FN, VSTREAM *, int, void *);
31 
32 /* LICENSE
33 /* .ad
34 /* .fi
35 /*	The Secure Mailer license must be distributed with this software.
36 /* AUTHOR(S)
37 /*	Wietse Venema
38 /*	IBM T.J. Watson Research
39 /*	P.O. Box 704
40 /*	Yorktown Heights, NY 10598, USA
41 /*--*/
42 
43 #endif
44