summaryrefslogtreecommitdiffstats
path: root/src/H5FDstream.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5FDstream.h')
-rw-r--r--src/H5FDstream.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5FDstream.h b/src/H5FDstream.h
index 3641e08..851da42 100644
--- a/src/H5FDstream.h
+++ b/src/H5FDstream.h
@@ -69,6 +69,7 @@ typedef struct H5FD_stream_fapl_t
/* prototypes of exported functions */
H5_DLL hid_t H5FD_stream_init (void);
+H5_DLL void H5FD_stream_term(void);
H5_DLL herr_t H5Pset_fapl_stream (hid_t fapl_id,
H5FD_stream_fapl_t *fapl);
H5_DLL herr_t H5Pget_fapl_stream (hid_t fapl_id,