Postfix3.3.1
総合概要
データ構造
ファイル
ファイル一覧
大域各種
postfix-3.3.1
src
global
dsn_print.h
[詳解]
1
#ifndef _DSN_PRINT_H_INCLUDED_
2
#define _DSN_PRINT_H_INCLUDED_
3
4
/*++
5
/* NAME
6
/* dsn_print 3h
7
/* SUMMARY
8
/* write DSN structure to stream
9
/* SYNOPSIS
10
/* #include <dsn_print.h>
11
/* DESCRIPTION
12
/* .nf
13
14
/*
15
* Utility library.
16
*/
17
#include <
vstream.h
>
18
#include <
attr.h
>
19
20
/*
21
* Global library.
22
*/
23
#include <
dsn.h
>
24
25
/*
26
* External interface.
27
*/
28
extern
int
dsn_print
(
ATTR_PRINT_MASTER_FN
,
VSTREAM
*,
int
,
void
*);
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
ATTR_PRINT_MASTER_FN
int(* ATTR_PRINT_MASTER_FN)(VSTREAM *, int,...)
Definition:
attr.h:33
VSTREAM
Definition:
vstream.h:43
dsn.h
dsn_print
int dsn_print(ATTR_PRINT_MASTER_FN, VSTREAM *, int, void *)
Definition:
dsn_print.c:48
attr.h
vstream.h
2018年11月10日(土) 18時59分37秒作成 - Postfix3.3.1 / 構成:
1.8.9.1