summaryrefslogtreecommitdiffstats
path: root/src/H5CXprivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5CXprivate.h')
-rw-r--r--src/H5CXprivate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5CXprivate.h b/src/H5CXprivate.h
index c500356..53bcc4c 100644
--- a/src/H5CXprivate.h
+++ b/src/H5CXprivate.h
@@ -63,6 +63,7 @@ typedef struct H5CX_state_t {
/* Library private routines */
#ifndef H5private_H
H5_DLL herr_t H5CX_push(void);
+H5_DLL herr_t H5CX_test_and_push(hbool_t *pushed);
H5_DLL herr_t H5CX_pop(hbool_t update_dxpl_props);
#endif /* H5private_H */
H5_DLL void H5CX_push_special(void);