Postfix3.3.1
総合概要
データ構造
ファイル
ファイル一覧
大域各種
postfix-3.3.1
src
global
verify.h
[詳解]
1
#ifndef _VERIFY_H_INCLUDED_
2
#define _VERIFY_H_INCLUDED_
3
4
/*++
5
/* NAME
6
/* verify 3h
7
/* SUMMARY
8
/* update user message delivery record
9
/* SYNOPSIS
10
/* #include <verify.h>
11
/* DESCRIPTION
12
/* .nf
13
14
/*
15
* System library.
16
*/
17
#include <time.h>
18
19
/*
20
* Global library.
21
*/
22
#include <
deliver_request.h
>
23
24
/*
25
* External interface.
26
*/
27
extern
int
verify_append
(
const
char
*,
MSG_STATS
*,
RECIPIENT
*,
28
const
char
*,
DSN
*,
int
);
29
30
/* LICENSE
31
/* .ad
32
/* .fi
33
/* The Secure Mailer license must be distributed with this software.
34
/* AUTHOR(S)
35
/* Wietse Venema
36
/* IBM T.J. Watson Research
37
/* P.O. Box 704
38
/* Yorktown Heights, NY 10598, USA
39
/*--*/
40
41
#endif
RECIPIENT
Definition:
recipient_list.h:23
MSG_STATS
Definition:
msg_stats.h:55
verify_append
int verify_append(const char *, MSG_STATS *, RECIPIENT *, const char *, DSN *, int)
Definition:
verify.c:92
DSN
Definition:
dsn.h:17
deliver_request.h
2018年11月10日(土) 18時59分40秒作成 - Postfix3.3.1 / 構成:
1.8.9.1