version.h

Go to the documentation of this file.
00001 /* $Id$
00002  *
00003  * version.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_version_h
00011 #define log4c_version_h
00012 
00019 #include <log4c/defs.h>
00020 
00021 __LOG4C_BEGIN_DECLS
00022 
00026 #define LOG4C_MAJOR_VERSION 1
00027 
00030 #define LOG4C_MINOR_VERSION 2
00031 
00034 #define LOG4C_MICRO_VERSION 1
00035 
00039 extern const int log4c_major_version;
00043 extern const int log4c_minor_version;
00047 extern const int log4c_micro_version;
00048 
00052 extern const char* log4c_version(void);
00053 
00054 __LOG4C_END_DECLS
00055 
00056 #endif
00057 

Generated on Thu Feb 7 15:55:49 2008 for log4c by  doxygen 1.5.4