summaryrefslogtreecommitdiffstats
path: root/src/H5Dproto.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Dproto.h')
-rw-r--r--src/H5Dproto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Dproto.h b/src/H5Dproto.h
index 362d323..d7114c8 100644
--- a/src/H5Dproto.h
+++ b/src/H5Dproto.h
@@ -28,6 +28,7 @@ extern "C"
hatom_t H5D_create(hatom_t owner_id, hobjtype_t type, const char *name);
herr_t H5Dset_info(hatom_t oid, hatom_t tid, hatom_t did);
herr_t H5D_release(hatom_t oid);
+herr_t H5Dwrite(hatom_t oid, hatom_t did, VOIDP buf);
#if defined c_plusplus || defined __cplusplus
}