Postfix3.3.1
総合概要
データ構造
ファイル
ファイル一覧
大域各種
postfix-3.3.1
src
global
data_redirect.h
[詳解]
1
#ifndef _DATA_REDIRECT_H_INCLUDED_
2
#define _DATA_REDIRECT_H_INCLUDED_
3
4
/*++
5
/* NAME
6
/* data_redirect 3h
7
/* SUMMARY
8
/* redirect writes from legacy pathname to Postfix-owned data directory
9
/* SYNOPSIS
10
/* #include "data_redirect.h"
11
/* DESCRIPTION
12
/* .nf
13
14
/*
15
* External interface.
16
*/
17
char
*
data_redirect_file
(
VSTRING
*,
const
char
*);
18
char
*
data_redirect_map
(
VSTRING
*,
const
char
*);
19
20
/* LICENSE
21
/* .ad
22
/* .fi
23
/* The Secure Mailer license must be distributed with this software.
24
/* AUTHOR(S)
25
/* Wietse Venema
26
/* IBM T.J. Watson Research
27
/* P.O. Box 704
28
/* Yorktown Heights, NY 10598, USA
29
/*--*/
30
31
#endif
data_redirect_map
char * data_redirect_map(VSTRING *, const char *)
Definition:
data_redirect.c:148
data_redirect_file
char * data_redirect_file(VSTRING *, const char *)
Definition:
data_redirect.c:136
VSTRING
Definition:
vstring.h:29
2018年11月10日(土) 18時59分36秒作成 - Postfix3.3.1 / 構成:
1.8.9.1