Example #1
0
int h5repack_end(pack_opt_t *options) {
    return options_table_free(options->op_tbl);
}
Example #2
0
void hrepack_end  (options_t *options)
{
    options_table_free(options->op_tbl);
}