Postfix3.3.1
総合概要
データ構造
ファイル
ファイル一覧
大域各種
postfix-3.3.1
src
global
log_adhoc.h
[詳解]
1
#ifndef _LOG_ADHOC_H_INCLUDED_
2
#define _LOG_ADHOC_H_INCLUDED_
3
4
/*++
5
/* NAME
6
/* log_adhoc 3h
7
/* SUMMARY
8
/* ad-hoc delivery event logging
9
/* SYNOPSIS
10
/* #include <log_adhoc.h>
11
/* DESCRIPTION
12
/* .nf
13
14
/*
15
* System library.
16
*/
17
#include <time.h>
18
19
/*
20
* Global library.
21
*/
22
#include <
recipient_list.h
>
23
#include <
dsn.h
>
24
#include <
msg_stats.h
>
25
26
/*
27
* Client interface.
28
*/
29
extern
void
log_adhoc
(
const
char
*,
MSG_STATS
*,
RECIPIENT
*,
const
char
*,
30
DSN
*,
const
char
*);
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
log_adhoc
void log_adhoc(const char *, MSG_STATS *, RECIPIENT *, const char *, DSN *, const char *)
Definition:
log_adhoc.c:82
recipient_list.h
RECIPIENT
Definition:
recipient_list.h:23
dsn.h
MSG_STATS
Definition:
msg_stats.h:55
DSN
Definition:
dsn.h:17
msg_stats.h
2018年11月10日(土) 18時59分37秒作成 - Postfix3.3.1 / 構成:
1.8.9.1