Postfix3.3.1
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
void msg_syslog_init(const char *, int, int)
Definition: msg_syslog.c:173
int msg_syslog_facility(const char *)
Definition: msg_syslog.c:198