diff options
Diffstat (limited to 'src/H5Gnode.c')
-rw-r--r-- | src/H5Gnode.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Gnode.c b/src/H5Gnode.c index 1751edb..ac7e991 100644 --- a/src/H5Gnode.c +++ b/src/H5Gnode.c @@ -80,6 +80,7 @@ H5B_class_t H5B_SNODE[1] = {{ H5G_node_insert, /*insert */ TRUE, /*follow min branch? */ TRUE, /*follow max branch? */ + NULL, /*remove */ H5G_node_iterate, /*list */ H5G_node_decode_key, /*decode */ H5G_node_encode_key, /*encode */ |