diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1997-09-15 17:54:15 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1997-09-15 17:54:15 (GMT) |
commit | 4dd2b367d5718689009ff67e2e665b7e61863331 (patch) | |
tree | 7f89717daf9e810a268dfb02ee46e250d851ce28 /src/H5Dpublic.h | |
parent | 9e1e3eadbe2644670371333b4602cd184a01703e (diff) | |
download | hdf5-4dd2b367d5718689009ff67e2e665b7e61863331.zip hdf5-4dd2b367d5718689009ff67e2e665b7e61863331.tar.gz hdf5-4dd2b367d5718689009ff67e2e665b7e61863331.tar.bz2 |
[svn-r78] Checkpointing dataset code. Everything is currently working, except writing
a second dataset out to the file seems to loose the first one.
Diffstat (limited to 'src/H5Dpublic.h')
-rw-r--r-- | src/H5Dpublic.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Dpublic.h b/src/H5Dpublic.h index 5eda12b..31b3080 100644 --- a/src/H5Dpublic.h +++ b/src/H5Dpublic.h @@ -31,6 +31,7 @@ extern "C" { herr_t H5Dset_info(hatom_t oid, hatom_t tid, hatom_t did); herr_t H5Dget_info(hatom_t oid, hatom_t *tid, hatom_t *sid); herr_t H5Dwrite(hatom_t oid, hatom_t did, VOIDP buf); +herr_t H5Dread(hatom_t oid, hatom_t did, VOIDP buf); #ifdef __cplusplus } |