summaryrefslogtreecommitdiffstats
path: root/src/H5Tprivate.h
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2012-09-25 19:09:08 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2012-09-25 19:09:08 (GMT)
commit7eac8b84b0cfe87bb9e8efa1a7339e1c5117d1a0 (patch)
treea4a26e87efa945deb48a22b023b1a1bcd0ceee20 /src/H5Tprivate.h
parent593a6d6c66051675be6565bd7987f9a36863c28d (diff)
parent392b7d32492eb61da3e3a90ceeeae1eaf06d8b6f (diff)
downloadhdf5-7eac8b84b0cfe87bb9e8efa1a7339e1c5117d1a0.zip
hdf5-7eac8b84b0cfe87bb9e8efa1a7339e1c5117d1a0.tar.gz
hdf5-7eac8b84b0cfe87bb9e8efa1a7339e1c5117d1a0.tar.bz2
[svn-r22809] - bring in plist encode decode changes from trunk
- remove hardocded error comparing tests for now because those will fail - regenerate Makefile.in s due to conflicting versions of autotools
Diffstat (limited to 'src/H5Tprivate.h')
-rw-r--r--src/H5Tprivate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Tprivate.h b/src/H5Tprivate.h
index ca4d346..7a48bd5 100644
--- a/src/H5Tprivate.h
+++ b/src/H5Tprivate.h
@@ -115,6 +115,8 @@ 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);
H5_DLL int H5T_cmp(const H5T_t *dt1, const H5T_t *dt2, hbool_t superset);
+H5_DLL herr_t H5T_encode(H5T_t *obj, unsigned char *buf, size_t *nalloc);
+H5_DLL H5T_t *H5T_decode(const unsigned char *buf);
H5_DLL herr_t H5T_debug(const H5T_t *dt, FILE * stream);
H5_DLL struct H5O_loc_t *H5T_oloc(H5T_t *dt);
H5_DLL H5G_name_t *H5T_nameof(H5T_t *dt);
@@ -138,8 +140,6 @@ H5_DLL uint32_t H5T_hash(H5F_t * file, const H5T_t *dt);
H5_DLL herr_t H5T_set_latest_version(H5T_t *dt);
H5_DLL herr_t H5T_patch_file(H5T_t *dt, H5F_t *f);
H5_DLL htri_t H5T_is_variable_str(const H5T_t *dt);
-H5_DLL herr_t H5T_encode(H5T_t *obj, unsigned char *buf, size_t *nalloc);
-H5_DLL H5T_t *H5T_decode(const unsigned char *buf);
H5_DLL void * H5T_get_named_type(const H5T_t *dt);
H5_DLL hid_t H5VL_create_datatype(void *dt_obj, H5VL_t *vol_plugin, hbool_t app_ref, hid_t req);
H5_DLL herr_t H5T_set_vol_object(H5T_t *type, void *vol_obj);