summaryrefslogtreecommitdiffstats
path: root/src/H5FDpkg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5FDpkg.h')
-rw-r--r--src/H5FDpkg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FDpkg.h b/src/H5FDpkg.h
index b1d929c..0d0a7b7 100644
--- a/src/H5FDpkg.h
+++ b/src/H5FDpkg.h
@@ -48,7 +48,7 @@ H5_DLL herr_t H5FD__free_real(H5FD_t *file, H5FD_mem_t type, haddr_t addr, hsiz
/* Testing functions */
#ifdef H5FD_TESTING
-H5_DLL hbool_t H5FD__supports_swmr_test(const char *vfd_name);
+H5_DLL bool H5FD__supports_swmr_test(const char *vfd_name);
#endif /* H5FD_TESTING */
#endif /* H5FDpkg_H */