No empty .Rs/.Re
[netbsd-mini2440.git] / external / ibm-public / postfix / dist / src / global / delivered_hdr.h
blob4d50e1b777b937eab862b972f23ad7643ee18c4f
1 /* $NetBSD$ */
3 #ifndef _DELIVERED_HDR_H_INCLUDED_
4 #define _DELIVERED_HDR_H_INCLUDED_
6 /*++
7 /* NAME
8 /* delivered_hdr 3h
9 /* SUMMARY
10 /* process Delivered-To: headers
11 /* SYNOPSIS
12 /* #include <delivered_hdr.h>
13 /* DESCRIPTION
14 /* .nf
17 * Utility library.
19 #include <vstream.h>
22 * Global library.
24 #include <fold_addr.h>
27 * External interface.
29 typedef struct DELIVERED_HDR_INFO DELIVERED_HDR_INFO;
30 extern DELIVERED_HDR_INFO *delivered_hdr_init(VSTREAM *, off_t, int);
31 extern int delivered_hdr_find(DELIVERED_HDR_INFO *, const char *);
32 extern void delivered_hdr_free(DELIVERED_HDR_INFO *);
34 /* LICENSE
35 /* .ad
36 /* .fi
37 /* The Secure Mailer license must be distributed with this software.
38 /* AUTHOR(S)
39 /* Wietse Venema
40 /* IBM T.J. Watson Research
41 /* P.O. Box 704
42 /* Yorktown Heights, NY 10598, USA
43 /*--*/
45 #endif