summaryrefslogtreecommitdiffstats
path: root/src/H5Odtype.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Odtype.c')
-rw-r--r--src/H5Odtype.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Odtype.c b/src/H5Odtype.c
index 2c943cf..5ab3fb4 100644
--- a/src/H5Odtype.c
+++ b/src/H5Odtype.c
@@ -51,6 +51,7 @@ const H5O_class_t H5O_DTYPE[1] = {{
H5O_dtype_reset, /* reset method */
H5O_dtype_free, /* free method */
NULL, /* file delete method */
+ NULL, /* link method */
H5O_dtype_get_share, /* get share method */
H5O_dtype_set_share, /* set share method */
H5O_dtype_debug, /* debug the message */