log4c 1.2.1

appender_type_mmap.h

Go to the documentation of this file.
00001 /* $Id$
00002  *
00003  * appender_type_mmap.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_mmap_h
00011 #define log4c_appender_type_mmap_h
00012 
00038 #include <log4c/defs.h>
00039 #include <log4c/appender.h>
00040 
00041 __LOG4C_BEGIN_DECLS
00042 
00050 extern const log4c_appender_type_t log4c_appender_type_mmap;
00051 
00052 __LOG4C_END_DECLS
00053 
00054 #endif