xref: /netbsd-src/external/ibm-public/postfix/dist/src/util/msg_syslog.h (revision a5847cc334d9a7029f6352b847e9e8d71a0f9e0c)
1 /*	$NetBSD: msg_syslog.h,v 1.1.1.1 2009/06/23 10:09:00 tron Exp $	*/
2 
3 #ifndef _MSG_SYSLOG_H_INCLUDED_
4 #define _MSG_SYSLOG_H_INCLUDED_
5 
6 /*++
7 /* NAME
8 /*	msg_syslog 3h
9 /* SUMMARY
10 /*	direct diagnostics to syslog daemon
11 /* SYNOPSIS
12 /*	#include <msg_syslog.h>
13 /* DESCRIPTION
14 
15  /*
16   * System library.
17   */
18 #include <syslog.h>
19 
20  /*
21   * External interface.
22   */
23 extern void msg_syslog_init(const char *, int, int);
24 extern int msg_syslog_facility(const char *);
25 
26 /* LICENSE
27 /* .ad
28 /* .fi
29 /*	The Secure Mailer license must be distributed with this software.
30 /* AUTHOR(S)
31 /*      Wietse Venema
32 /*      IBM T.J. Watson Research
33 /*      P.O. Box 704
34 /*      Yorktown Heights, NY 10598, USA
35 /*--*/
36 
37 #endif
38