aboutsummaryrefslogtreecommitdiff
path: root/libmpio/debug.h
diff options
context:
space:
mode:
authorgermeier <germeier>2002-10-26 13:07:42 +0000
committergermeier <germeier>2002-10-26 13:07:42 +0000
commit9931f7bb5faf4407bfae23003071a6cb89e79c76 (patch)
treec1cedff436f17306d3e8de9112cb8de2231c79e5 /libmpio/debug.h
parent7c902a129b329e0e2cd905adf0b2f38d6990e8e5 (diff)
downloadmpiosh-9931f7bb5faf4407bfae23003071a6cb89e79c76.tar.gz
mpiosh-9931f7bb5faf4407bfae23003071a6cb89e79c76.tar.bz2
mpiosh-9931f7bb5faf4407bfae23003071a6cb89e79c76.zip
make libmpio header files C++ compliant
Diffstat (limited to 'libmpio/debug.h')
-rw-r--r--libmpio/debug.h10
1 files changed, 9 insertions, 1 deletions
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 <dmeyer@tzi.de>
* Andreas Büsching <crunchy@tzi.de>
*
- * $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 <stdint.h>
#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 */