Main Page | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

common.h

00001 #ifndef COMMON_H
00002 #define COMMON_H 1
00003 
00004 #include "config.h"
00005 
00006 #ifdef __cplusplus
00007 #  define BEGIN_C_DECLS extern "C" {
00008 #  define END_C_DECLS   }
00009 #else /* !__cplusplus */
00010 #  define BEGIN_C_DECLS
00011 #  define END_C_DECLS
00012 #endif /* __cplusplus */
00013 
00014 
00015 #endif /* COMMON_H */

Generated on Thu Jan 3 10:28:47 2008 for WAND Trace processing by  doxygen 1.4.2