aboutsummaryrefslogtreecommitdiff
path: root/libmpio/debug.h
diff options
context:
space:
mode:
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 */