summaryrefslogtreecommitdiffstats
path: root/src/H5Tpkg.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2004-02-05 16:10:40 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2004-02-05 16:10:40 (GMT)
commitad6408e3849dae8bbb1fb25597ccd2f44af7cb36 (patch)
tree6f7b6642bf85a832fdb6f72279af3065e4f49d76 /src/H5Tpkg.h
parent08aa29cd5e6c4900cf6ce31d09ab44470cda0cca (diff)
downloadhdf5-ad6408e3849dae8bbb1fb25597ccd2f44af7cb36.zip
hdf5-ad6408e3849dae8bbb1fb25597ccd2f44af7cb36.tar.gz
hdf5-ad6408e3849dae8bbb1fb25597ccd2f44af7cb36.tar.bz2
[svn-r8154] Purpose:
Code cleanup Description: Minor tweaks, cleanups & optimizations to new bit operation routines. Platforms tested: FreeBSD 4.9 (sleipnir) too minor to require h5committest
Diffstat (limited to 'src/H5Tpkg.h')
-rw-r--r--src/H5Tpkg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Tpkg.h b/src/H5Tpkg.h
index e068c25..27fa5da 100644
--- a/src/H5Tpkg.h
+++ b/src/H5Tpkg.h
@@ -1066,7 +1066,7 @@ H5_DLL herr_t H5T_conv_i32le_f64le(hid_t src_id, hid_t dst_id,
/* Bit twiddling functions */
H5_DLL void H5T_bit_copy(uint8_t *dst, size_t dst_offset, const uint8_t *src,
size_t src_offset, size_t size);
-H5_DLL void H5T_bit_shift(uint8_t *buf, hssize_t shift_dist, size_t buf_size);
+H5_DLL void H5T_bit_shift(uint8_t *buf, ssize_t shift_dist, size_t buf_size);
H5_DLL void H5T_bit_set(uint8_t *buf, size_t offset, size_t size,
hbool_t value);
H5_DLL hsize_t H5T_bit_get_d(uint8_t *buf, size_t offset, size_t size);