00001 /* $Id$ 00002 * 00003 * layout_type_basic_r.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_layout_type_basic_r_h 00011 #define log4c_layout_type_basic_r_h 00012 00029 #include <log4c/defs.h> 00030 #include <log4c/layout.h> 00031 00032 __LOG4C_BEGIN_DECLS 00033 00034 extern const log4c_layout_type_t log4c_layout_type_basic_r; 00035 00036 __LOG4C_END_DECLS 00037 00038 #endif