summaryrefslogtreecommitdiffstats
path: root/src/H5Tprivate.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2010-08-26 21:38:09 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2010-08-26 21:38:09 (GMT)
commit4f9277123364ed4aa2a4626b7735589e8fe2d1bf (patch)
treefc3c0f36eab2233bb8e1fc198b002e872a23b1c4 /src/H5Tprivate.h
parent29db041538b78acf7d87e2c1d624aa74025b10fe (diff)
downloadhdf5-4f9277123364ed4aa2a4626b7735589e8fe2d1bf.zip
hdf5-4f9277123364ed4aa2a4626b7735589e8fe2d1bf.tar.gz
hdf5-4f9277123364ed4aa2a4626b7735589e8fe2d1bf.tar.bz2
[svn-r19313] Description:
Clean up a few compiler warnings and style issues in/near recent changes. Tested on: Mac OS X/32 10.6.4 (amazon) w/debug & production (too minor to require h5committest)
Diffstat (limited to 'src/H5Tprivate.h')
-rw-r--r--src/H5Tprivate.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5Tprivate.h b/src/H5Tprivate.h
index 8dac972..c70eea0 100644
--- a/src/H5Tprivate.h
+++ b/src/H5Tprivate.h
@@ -110,7 +110,6 @@ H5_DLL H5T_t *H5T_copy(const H5T_t *old_dt, H5T_copy_t method);
H5_DLL herr_t H5T_lock(H5T_t *dt, hbool_t immutable);
H5_DLL herr_t H5T_close(H5T_t *dt);
H5_DLL H5T_t *H5T_get_super(const H5T_t *dt);
-H5_DLL herr_t H5T_set_order(H5T_t *dtype, H5T_order_t order);
H5_DLL H5T_class_t H5T_get_class(const H5T_t *dt, htri_t internal);
H5_DLL htri_t H5T_detect_class(const H5T_t *dt, H5T_class_t cls, hbool_t from_api);
H5_DLL size_t H5T_get_size(const H5T_t *dt);