summaryrefslogtreecommitdiffstats
path: root/src/H5Zpkg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Zpkg.h')
-rw-r--r--src/H5Zpkg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/H5Zpkg.h b/src/H5Zpkg.h
index 2aa17f2..55fca27 100644
--- a/src/H5Zpkg.h
+++ b/src/H5Zpkg.h
@@ -51,5 +51,8 @@ H5_DLLVAR const H5Z_class2_t H5Z_DEFLATE[1];
H5_DLLVAR H5Z_class2_t H5Z_SZIP[1];
#endif /* H5_HAVE_FILTER_SZIP */
+/* Package internal routines */
+H5_DLL herr_t H5Z__unregister(H5Z_filter_t filter_id);
+
#endif /* _H5Zpkg_H */