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
@@ -17,6 +17,10 @@
@{
*/
#ifdef __cplusplus
extern "C" {
#endif
/**
Set debug mask. The debug mask is an or'ed value of
@@ -64,6 +68,9 @@ H5GetDebugMask (
return (h5_get_debuglevel () & ~0x03);
}
///< @}
#ifdef __cplusplus
}
#endif
///< @}
#endif