From 5d9b13e15e440a4a260a7a4f873f39c47d0ec477 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Tue, 19 Sep 2006 01:16:46 +0000 Subject: [PATCH] src/H5Part.h - C++ wrapper added --- src/H5Part.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/H5Part.h b/src/H5Part.h index fc635c6..9c75943 100644 --- a/src/H5Part.h +++ b/src/H5Part.h @@ -1,6 +1,10 @@ #ifndef _H5Part_H_ #define _H5Part_H_ +#ifdef __cplusplus +extern "C" { +#endif + #include #include #include @@ -294,3 +298,7 @@ H5PartAbortErrorHandler ( ); #endif + +#ifdef __cplusplus +} +#endif