Postfix3.3.1
総合概要
データ構造
ファイル
ファイル一覧
大域各種
postfix-3.3.1
src
util
msg_syslog.h
[詳解]
1
#ifndef _MSG_SYSLOG_H_INCLUDED_
2
#define _MSG_SYSLOG_H_INCLUDED_
3
4
/*++
5
/* NAME
6
/* msg_syslog 3h
7
/* SUMMARY
8
/* direct diagnostics to syslog daemon
9
/* SYNOPSIS
10
/* #include <msg_syslog.h>
11
/* DESCRIPTION
12
13
/*
14
* System library.
15
*/
16
#include <syslog.h>
17
18
/*
19
* External interface.
20
*/
21
extern
void
msg_syslog_init
(
const
char
*,
int
,
int
);
22
extern
int
msg_syslog_facility
(
const
char
*);
23
24
/* LICENSE
25
/* .ad
26
/* .fi
27
/* The Secure Mailer license must be distributed with this software.
28
/* AUTHOR(S)
29
/* Wietse Venema
30
/* IBM T.J. Watson Research
31
/* P.O. Box 704
32
/* Yorktown Heights, NY 10598, USA
33
/*--*/
34
35
#endif
msg_syslog_init
void msg_syslog_init(const char *, int, int)
Definition:
msg_syslog.c:173
msg_syslog_facility
int msg_syslog_facility(const char *)
Definition:
msg_syslog.c:198
2018年11月10日(土) 18時59分58秒作成 - Postfix3.3.1 / 構成:
1.8.9.1