Postfix3.3.1
総合概要
データ構造
ファイル
ファイル一覧
大域各種
postfix-3.3.1
src
global
delivered_hdr.h
[詳解]
1
#ifndef _DELIVERED_HDR_H_INCLUDED_
2
#define _DELIVERED_HDR_H_INCLUDED_
3
4
/*++
5
/* NAME
6
/* delivered_hdr 3h
7
/* SUMMARY
8
/* process Delivered-To: headers
9
/* SYNOPSIS
10
/* #include <delivered_hdr.h>
11
/* DESCRIPTION
12
/* .nf
13
14
/*
15
* Utility library.
16
*/
17
#include <
vstream.h
>
18
19
/*
20
* Global library.
21
*/
22
#include <
fold_addr.h
>
23
24
/*
25
* External interface.
26
*/
27
typedef
struct
DELIVERED_HDR_INFO
DELIVERED_HDR_INFO
;
28
extern
DELIVERED_HDR_INFO
*
delivered_hdr_init
(
VSTREAM
*, off_t,
int
);
29
extern
int
delivered_hdr_find
(
DELIVERED_HDR_INFO
*,
const
char
*);
30
extern
void
delivered_hdr_free
(
DELIVERED_HDR_INFO
*);
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
VSTREAM
Definition:
vstream.h:43
delivered_hdr_init
DELIVERED_HDR_INFO * delivered_hdr_init(VSTREAM *, off_t, int)
Definition:
delivered_hdr.c:113
delivered_hdr_free
void delivered_hdr_free(DELIVERED_HDR_INFO *)
Definition:
delivered_hdr.c:182
DELIVERED_HDR_INFO
Definition:
delivered_hdr.c:102
vstream.h
delivered_hdr_find
int delivered_hdr_find(DELIVERED_HDR_INFO *, const char *)
Definition:
delivered_hdr.c:164
fold_addr.h
2018年11月10日(土) 18時59分36秒作成 - Postfix3.3.1 / 構成:
1.8.9.1