diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/H5Zpkg.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/H5Zpkg.h b/src/H5Zpkg.h index 959ec28..b0df856 100644 --- a/src/H5Zpkg.h +++ b/src/H5Zpkg.h @@ -66,8 +66,5 @@ H5_DLLVAR H5Z_class2_t H5Z_NBIT[1]; H5_DLLVAR H5Z_class2_t H5Z_SCALEOFFSET[1]; #endif /* H5_HAVE_FILTER_SCALEOFFSET */ -/* Package-local function prototypes */ -H5_DLL void H5Z_update_class_vers(H5Z_class2_t * old_vers, H5Z_class2_t * curr_vers); - #endif /* _H5Zpkg_H */ |