Postfix3.3.1
総合概要
データ構造
ファイル
ファイル一覧
大域各種
postfix-3.3.1
src
master
mail_flow.h
[詳解]
1
#ifndef _MAIL_FLOW_H_INCLUDED_
2
#define _MAIL_FLOW_H_INCLUDED_
3
4
/*++
5
/* NAME
6
/* mail_flow 3h
7
/* SUMMARY
8
/* global mail flow control
9
/* SYNOPSIS
10
/* #include <mail_flow.h>
11
/* DESCRIPTION
12
/* .nf
13
14
/*
15
* Functional interface.
16
*/
17
extern
ssize_t
mail_flow_get
(ssize_t);
18
extern
ssize_t
mail_flow_put
(ssize_t);
19
extern
ssize_t
mail_flow_count
(
void
);
20
21
/* LICENSE
22
/* .ad
23
/* .fi
24
/* The Secure Mailer license must be distributed with this software.
25
/* AUTHOR(S)
26
/* Wietse Venema
27
/* IBM T.J. Watson Research
28
/* P.O. Box 704
29
/* Yorktown Heights, NY 10598, USA
30
/*--*/
31
32
#endif
mail_flow_count
ssize_t mail_flow_count(void)
Definition:
mail_flow.c:134
mail_flow_get
ssize_t mail_flow_get(ssize_t)
Definition:
mail_flow.c:70
mail_flow_put
ssize_t mail_flow_put(ssize_t)
Definition:
mail_flow.c:105
2018年11月10日(土) 18時59分40秒作成 - Postfix3.3.1 / 構成:
1.8.9.1