diff options
Diffstat (limited to 'src/H5Cpublic.h')
-rw-r--r-- | src/H5Cpublic.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Cpublic.h b/src/H5Cpublic.h index 98fa65f..ed7c777 100644 --- a/src/H5Cpublic.h +++ b/src/H5Cpublic.h @@ -47,6 +47,7 @@ typedef group_t hobjtype_t; /* Map the object in the "meta" interface to ato /* Functions in H5C.c */ herr_t H5Cgetparm(hatom_t tid, file_create_param_t parm, VOIDP buf); herr_t H5Csetparm(hatom_t tid, file_create_param_t parm, const VOIDP buf); +void H5C_term_interface (void); #ifdef __cplusplus } |