summaryrefslogtreecommitdiffstats
path: root/src/H5Dtest.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Dtest.c')
-rw-r--r--src/H5Dtest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Dtest.c b/src/H5Dtest.c
index 0038d98..5f700b3 100644
--- a/src/H5Dtest.c
+++ b/src/H5Dtest.c
@@ -136,7 +136,7 @@ done:
USAGE
herr_t H5D__layout_compact_dirty_test(did, dirty)
hid_t did; IN: Dataset to query
- hbool_t *dirty; OUT: Pointer to location to place "dirty" info
+ bool *dirty; OUT: Pointer to location to place "dirty" info
RETURNS
Non-negative on success, negative on failure
DESCRIPTION
@@ -148,7 +148,7 @@ done:
REVISION LOG
--------------------------------------------------------------------------*/
herr_t
-H5D__layout_compact_dirty_test(hid_t did, hbool_t *dirty)
+H5D__layout_compact_dirty_test(hid_t did, bool *dirty)
{
H5D_t *dset; /* Pointer to dataset to query */
herr_t ret_value = SUCCEED; /* return value */