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