summaryrefslogtreecommitdiffstats
path: root/src/H5Tprivate.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2011-07-28 21:29:20 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2011-07-28 21:29:20 (GMT)
commitf2ac83272f7d85c2509d5cc240e351ca66162a5d (patch)
treedfd5ecadc523563595aef6d0a25ba79e6a4243ce /src/H5Tprivate.h
parent0069b4b190cb654706d325487caa91a6ad93dc31 (diff)
downloadhdf5-f2ac83272f7d85c2509d5cc240e351ca66162a5d.zip
hdf5-f2ac83272f7d85c2509d5cc240e351ca66162a5d.tar.gz
hdf5-f2ac83272f7d85c2509d5cc240e351ca66162a5d.tar.bz2
[svn-r21153] Description:
Bring r21152 from trunk to 1.8 branch: Further patches for Jira 7638, to ensure that H5D/Aget_type will be attached to the correct top file. (This change to the library should reverted when Jira 7638 is finally finished) Tested on: FreeBSD/32 8.2 (loyalty) w/gcc4.6, w/C++ & FORTRAN, in debug mode Linux/32 2.6 (jam) w/PGI compilers, w/default API=1.8.x, w/C++ & FORTRAN, w/threadsafe, in debug mode (h5committested on trunk)
Diffstat (limited to 'src/H5Tprivate.h')
-rw-r--r--src/H5Tprivate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Tprivate.h b/src/H5Tprivate.h
index c70eea0..0c96896 100644
--- a/src/H5Tprivate.h
+++ b/src/H5Tprivate.h
@@ -135,6 +135,7 @@ H5_DLL htri_t H5T_set_loc(H5T_t *dt, H5F_t *f, H5T_loc_t loc);
H5_DLL htri_t H5T_is_sensible(const H5T_t *dt);
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);
/* Reference specific functions */