summaryrefslogtreecommitdiffstats
path: root/src/H5Tprivate.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>1997-10-08 20:38:12 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>1997-10-08 20:38:12 (GMT)
commit8b66e90352aab1c3e7e2013a76c443be296367d8 (patch)
tree0cf251ddd03130bde57041d7b0115d0d5dbc430e /src/H5Tprivate.h
parent25b702e2bed191bcba75dd715863e94f926e70ea (diff)
downloadhdf5-8b66e90352aab1c3e7e2013a76c443be296367d8.zip
hdf5-8b66e90352aab1c3e7e2013a76c443be296367d8.tar.gz
hdf5-8b66e90352aab1c3e7e2013a76c443be296367d8.tar.bz2
[svn-r114] Mostly changes to add new parameter to the H5Ainit_group call. The H5D, H5P
& H5T interfaces now share datatypes & dataspaces properly also.
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 1578d47..0a3f2eb 100644
--- a/src/H5Tprivate.h
+++ b/src/H5Tprivate.h
@@ -54,6 +54,7 @@ typedef struct {
hid_t H5T_create(hid_t owner_id, hobjtype_t type, const char *name);
hbool_t H5T_is_atomic(h5_datatype_t *type);
uintn H5T_size(h5_datatype_t *dt, hbool_t mem_flag);
+intn H5T_arch(h5_datatype_t *dt);
herr_t H5T_release(hid_t oid);
#endif