diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2004-05-06 19:34:03 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2004-05-06 19:34:03 (GMT) |
commit | 28eb73c97268c016728bce5e3e8d95ceb1f66b39 (patch) | |
tree | 55fdf0d625018ba3d38a4901b87eb5e791039a35 /src/H5Tprivate.h | |
parent | 2c16f0510b58761661a16ff4709d374465339582 (diff) | |
download | hdf5-28eb73c97268c016728bce5e3e8d95ceb1f66b39.zip hdf5-28eb73c97268c016728bce5e3e8d95ceb1f66b39.tar.gz hdf5-28eb73c97268c016728bce5e3e8d95ceb1f66b39.tar.bz2 |
[svn-r8487] Purpose: Internal function change
Description: H5T_reverse_order was declared as private function.
Solution: Change it to static local function in H5Tconv.c since it's not
used by any function in other file.
Platforms tested: RH 8(fuss)
Diffstat (limited to 'src/H5Tprivate.h')
-rw-r--r-- | src/H5Tprivate.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5Tprivate.h b/src/H5Tprivate.h index 41181e2..41b5828 100644 --- a/src/H5Tprivate.h +++ b/src/H5Tprivate.h @@ -92,7 +92,6 @@ H5_DLL htri_t H5T_is_sensible(const H5T_t *dt); H5_DLL htri_t H5T_set_loc(H5T_t *dt, H5F_t *f, H5T_loc_t loc); H5_DLL htri_t H5T_committed(H5T_t *type); H5_DLL int H5T_link(const H5T_t *type, int adjust, hid_t dxpl_id); -H5_DLL uint8_t * H5T_reverse_order(uint8_t *s, size_t size, H5T_order_t order); /* Reference specific functions */ H5_DLL H5R_type_t H5T_get_ref_type(const H5T_t *dt); |