summaryrefslogtreecommitdiffstats
path: root/src/H5Dpublic.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2007-07-03 13:59:09 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2007-07-03 13:59:09 (GMT)
commitd7a3b8efcb5df94b0d0dad8fceec0f260f2b4230 (patch)
tree769181698d7bf19b427f04d4ee13bad5b40bf69b /src/H5Dpublic.h
parentdb3943af6a9473c8a3f5e78018df53b8019e872a (diff)
downloadhdf5-d7a3b8efcb5df94b0d0dad8fceec0f260f2b4230.zip
hdf5-d7a3b8efcb5df94b0d0dad8fceec0f260f2b4230.tar.gz
hdf5-d7a3b8efcb5df94b0d0dad8fceec0f260f2b4230.tar.bz2
[svn-r13932] Description:
Move H5Dextend() to the deprecated routine list. Tested on: Mac OS X/32 10.4.10 (amazon) Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
Diffstat (limited to 'src/H5Dpublic.h')
-rw-r--r--src/H5Dpublic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Dpublic.h b/src/H5Dpublic.h
index ad1b873..3ddba7c 100644
--- a/src/H5Dpublic.h
+++ b/src/H5Dpublic.h
@@ -107,7 +107,6 @@ 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 H5Dextend(hid_t dset_id, const hsize_t *size);
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);
@@ -125,6 +124,7 @@ H5_DLL herr_t H5Ddebug(hid_t dset_id);
H5_DLL hid_t H5Dcreate(hid_t file_id, const char *name, hid_t type_id,
hid_t space_id, hid_t plist_id);
H5_DLL hid_t H5Dopen(hid_t file_id, const char *name);
+H5_DLL herr_t H5Dextend(hid_t dset_id, const hsize_t *size);
#ifdef __cplusplus
}