00001 /* $Id$ 00002 * 00003 * appender_type_syslog.h 00004 * 00005 * Copyright 2001-2003, Meiosys (www.meiosys.com). All rights reserved. 00006 * 00007 * See the COPYING file for the terms of usage and distribution. 00008 */ 00009 00010 #ifndef log4c_appender_type_syslog_h 00011 #define log4c_appender_type_syslog_h 00012 00036 #include <log4c/defs.h> 00037 #include <log4c/appender.h> 00038 00039 __LOG4C_BEGIN_DECLS 00040 00048 extern const log4c_appender_type_t log4c_appender_type_syslog; 00049 00050 __LOG4C_END_DECLS 00051 00052 #endif