diff options
Diffstat (limited to 'src/H5Ocont.c')
-rw-r--r-- | src/H5Ocont.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Ocont.c b/src/H5Ocont.c index 4b54c4a..e8dca5b 100644 --- a/src/H5Ocont.c +++ b/src/H5Ocont.c @@ -55,6 +55,7 @@ const H5O_class_t H5O_CONT[1] = {{ NULL, /*reset method */ NULL, /* free method */ NULL, /* file delete method */ + NULL, /* link method */ NULL, /*get share method */ NULL, /*set share method */ H5O_cont_debug, /*debugging */ |