C header files:

- cleanup
This commit is contained in:
2016-03-29 14:55:35 +02:00
parent 7490eed535
commit ae9e4cee01
18 changed files with 197 additions and 200 deletions
+9 -2
View File
@@ -19,6 +19,10 @@
@{
*/
#ifdef __cplusplus
extern "C" {
#endif
#if H5HUT_API_VERSION == 2
#define H5OpenFile2 H5OpenFile
#elif H5HUT_API_VERSION == 1
@@ -397,6 +401,9 @@ H5Finalize (
H5_API_RETURN (h5_close_hdf5 ());
}
///< @}
#ifdef __cplusplus
}
#endif
///< @}
#endif