summaryrefslogtreecommitdiffstats
path: root/src/H5Tpublic.h
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2013-06-27 18:47:14 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2013-06-27 18:47:14 (GMT)
commit3885f3ebdd0b4415a7ced149b46cf895bf643a95 (patch)
tree2d7073bc46bd7cdab7ecdac40bf5c02e96a9c7e7 /src/H5Tpublic.h
parent59a523410bcfed4bc14be9f17d72bd9ee6fb21dd (diff)
downloadhdf5-3885f3ebdd0b4415a7ced149b46cf895bf643a95.zip
hdf5-3885f3ebdd0b4415a7ced149b46cf895bf643a95.tar.gz
hdf5-3885f3ebdd0b4415a7ced149b46cf895bf643a95.tar.bz2
[svn-r23836] fix bug in public API of H5Tget_vol_named_type
Diffstat (limited to 'src/H5Tpublic.h')
-rw-r--r--src/H5Tpublic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Tpublic.h b/src/H5Tpublic.h
index 7d63c5a..c3635d3 100644
--- a/src/H5Tpublic.h
+++ b/src/H5Tpublic.h
@@ -611,7 +611,7 @@ H5_DLL hid_t H5Tarray_create1(hid_t base_id, int ndims,
const hsize_t dim[/* ndims */],
const int perm[/* ndims */]);
H5_DLL int H5Tget_array_dims1(hid_t type_id, hsize_t dims[], int perm[]);
-H5_DLL herr_t H5Tget_vol_named_type(hid_t type_id, void *dt_obj);
+H5_DLL herr_t H5Tget_vol_named_type(hid_t type_id, void **dt_obj);
#endif /* H5_NO_DEPRECATED_SYMBOLS */