From 9931f7bb5faf4407bfae23003071a6cb89e79c76 Mon Sep 17 00:00:00 2001 From: germeier Date: Sat, 26 Oct 2002 13:07:42 +0000 Subject: make libmpio header files C++ compliant --- libmpio/debug.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'libmpio/debug.h') diff --git a/libmpio/debug.h b/libmpio/debug.h index 4c7df21..09ae078 100644 --- a/libmpio/debug.h +++ b/libmpio/debug.h @@ -4,7 +4,7 @@ * Author: Dirk Meyer * Andreas Büsching * - * $Id: debug.h,v 1.1 2002/08/28 16:10:51 salmoon Exp $ + * $Id: debug.h,v 1.2 2002/10/26 13:07:43 germeier Exp $ */ #ifndef _MPIO_DEBUG_H_ @@ -30,6 +30,10 @@ #include #endif +#ifdef __cplusplus +extern "C" { +#endif + #ifndef PBOOL #define PBOOL(x) (x)?"True":"False" #endif @@ -97,6 +101,10 @@ void _octetstr(const char *package, const char* file, int line, int _use_debug(int level); +#ifdef __cplusplus +} +#endif + #endif /* _MPIO_DEBUG_H_ */ /* end of debug.h */ -- cgit v1.2.3