Postfix3.3.1
総合概要
データ構造
ファイル
ファイル一覧
大域各種
postfix-3.3.1
src
smtpd
smtpd_chat.h
[詳解]
1
/*++
2
/* NAME
3
/* smtpd_chat 3h
4
/* SUMMARY
5
/* SMTP server request/response support
6
/* SYNOPSIS
7
/* #include <smtpd.h>
8
/* #include <smtpd_chat.h>
9
/* DESCRIPTION
10
/* .nf
11
12
/*
13
* External interface.
14
*/
15
extern
void
smtpd_chat_reset
(
SMTPD_STATE
*);
16
extern
void
smtpd_chat_query
(
SMTPD_STATE
*);
17
extern
void
PRINTFLIKE
(2, 3)
smtpd_chat_reply
(
SMTPD_STATE
*, const
char
*,...);
18
extern
void
smtpd_chat_notify
(SMTPD_STATE *);
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
/*--*/
smtpd_chat_notify
void const char void smtpd_chat_notify(SMTPD_STATE *)
Definition:
smtpd_chat.c:239
smtpd_chat_query
void smtpd_chat_query(SMTPD_STATE *)
Definition:
smtpd_chat.c:126
smtpd_chat_reply
void smtpd_chat_reply(SMTPD_STATE *state, const char *format,...)
Definition:
smtpd_chat.c:148
PRINTFLIKE
void PRINTFLIKE(2, 3) smtpd_chat_reply(SMTPD_STATE *
smtpd_chat_reset
void smtpd_chat_reset(SMTPD_STATE *)
Definition:
smtpd_chat.c:99
SMTPD_STATE
Definition:
smtpd.h:67
2018年11月10日(土) 18時59分45秒作成 - Postfix3.3.1 / 構成:
1.8.9.1