summaryrefslogtreecommitdiffstats
path: root/src/H5Oname.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Oname.c')
-rw-r--r--src/H5Oname.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Oname.c b/src/H5Oname.c
index e6b9fb6..231a177 100644
--- a/src/H5Oname.c
+++ b/src/H5Oname.c
@@ -55,6 +55,7 @@ const H5O_class_t H5O_NAME[1] = {{
H5O_name_reset, /*free internal memory */
NULL, /* free method */
NULL, /* file delete method */
+ NULL, /* link method */
NULL, /*get share method */
NULL, /*set share method */
H5O_name_debug, /*debug the message */