summaryrefslogtreecommitdiffstats
path: root/src/H5Ocont.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Ocont.c')
-rw-r--r--src/H5Ocont.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/H5Ocont.c b/src/H5Ocont.c
index 0f6fd98..4b54c4a 100644
--- a/src/H5Ocont.c
+++ b/src/H5Ocont.c
@@ -52,8 +52,9 @@ const H5O_class_t H5O_CONT[1] = {{
H5O_cont_encode, /*encode message */
NULL, /*no copy method */
NULL, /*no size method */
- NULL, /*default reset method */
- NULL, /* default free method */
+ NULL, /*reset method */
+ NULL, /* free method */
+ NULL, /* file delete method */
NULL, /*get share method */
NULL, /*set share method */
H5O_cont_debug, /*debugging */