diff options
Diffstat (limited to 'src/H5TSdevelop.h')
-rw-r--r-- | src/H5TSdevelop.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5TSdevelop.h b/src/H5TSdevelop.h index 1f68d87..c3e1a6a 100644 --- a/src/H5TSdevelop.h +++ b/src/H5TSdevelop.h @@ -39,7 +39,7 @@ extern "C" { #endif /* HDF5 global library lock routines */ -H5_DLL herr_t H5TSmutex_acquire(unsigned int lock_count, hbool_t *acquired); +H5_DLL herr_t H5TSmutex_acquire(unsigned int lock_count, bool *acquired); H5_DLL herr_t H5TSmutex_release(unsigned int *lock_count); H5_DLL herr_t H5TSmutex_get_attempt_count(unsigned int *count); |