diff options
Diffstat (limited to 'src/H5Onull.c')
-rw-r--r-- | src/H5Onull.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/H5Onull.c b/src/H5Onull.c index 028a535..074026e 100644 --- a/src/H5Onull.c +++ b/src/H5Onull.c @@ -46,5 +46,7 @@ const H5O_class_t H5O_NULL[1] = {{ NULL, /*no link method */ NULL, /*no get share method */ NULL, /*no set share method */ - NULL, /*no debug method */ + NULL, /*no copy native value to file */ + NULL, /*no post copy native value to file */ + NULL /*no debug method */ }}; |