summaryrefslogtreecommitdiffstats
path: root/src/H5Dpublic.h
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2012-07-30 22:14:46 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2012-07-30 22:14:46 (GMT)
commit8a0b4729cdc7b9edb18e84b2b9182228bd6eaa2e (patch)
treedcc8167037dbe8f34d42b490dfb154a63aa4a687 /src/H5Dpublic.h
parent305950acf96a6f484b5d0a81c083ad138446760f (diff)
downloadhdf5-8a0b4729cdc7b9edb18e84b2b9182228bd6eaa2e.zip
hdf5-8a0b4729cdc7b9edb18e84b2b9182228bd6eaa2e.tar.gz
hdf5-8a0b4729cdc7b9edb18e84b2b9182228bd6eaa2e.tar.bz2
[svn-r22616] The code for H5PSIdirect_write and its test dectris_tst.c.
Tested on koala and jam.
Diffstat (limited to 'src/H5Dpublic.h')
-rw-r--r--src/H5Dpublic.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5Dpublic.h b/src/H5Dpublic.h
index c878d4a..b072e64 100644
--- a/src/H5Dpublic.h
+++ b/src/H5Dpublic.h
@@ -118,6 +118,8 @@ H5_DLL herr_t H5Dread(hid_t dset_id, hid_t mem_type_id, hid_t mem_space_id,
hid_t file_space_id, hid_t plist_id, void *buf/*out*/);
H5_DLL herr_t H5Dwrite(hid_t dset_id, hid_t mem_type_id, hid_t mem_space_id,
hid_t file_space_id, hid_t plist_id, const void *buf);
+H5_DLL herr_t H5PSIdirect_write(hid_t dset_id, hid_t dxpl_id, size_t *offset, size_t buf_size,
+ const void *buf);
H5_DLL herr_t H5Diterate(void *buf, hid_t type_id, hid_t space_id,
H5D_operator_t op, void *operator_data);
H5_DLL herr_t H5Dvlen_reclaim(hid_t type_id, hid_t space_id, hid_t plist_id, void *buf);