summaryrefslogtreecommitdiffstats
path: root/src/H5Epublic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Epublic.h')
-rw-r--r--src/H5Epublic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Epublic.h b/src/H5Epublic.h
index 4793994..101ad76 100644
--- a/src/H5Epublic.h
+++ b/src/H5Epublic.h
@@ -122,6 +122,7 @@ H5E_push_func_t H5Eset_push(H5E_push_func_t func);
#endif
herr_t H5Epush(hdf_maj_err_code_t maj, hdf_min_err_code_t min, const char *function_name, const char *file_name, intn line);
herr_t H5Eclear(int32 err_hand);
+void H5E_term_interface(void);
#ifdef __cplusplus
}