log4c  1.2.1
appender_type_syslog.h
Go to the documentation of this file.
1 /* $Id$
2  *
3  * appender_type_syslog.h
4  *
5  * Copyright 2001-2003, Meiosys (www.meiosys.com). All rights reserved.
6  *
7  * See the COPYING file for the terms of usage and distribution.
8  */
9 
10 #ifndef log4c_appender_type_syslog_h
11 #define log4c_appender_type_syslog_h
12 
36 #include <log4c/defs.h>
37 #include <log4c/appender.h>
38 
39 __LOG4C_BEGIN_DECLS
40 
48 extern const log4c_appender_type_t log4c_appender_type_syslog;
49 
50 __LOG4C_END_DECLS
51 
52 #endif