summaryrefslogtreecommitdiffstats
path: root/src/H5Cprivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Cprivate.h')
-rw-r--r--src/H5Cprivate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Cprivate.h b/src/H5Cprivate.h
index 2c24a5b..a01df14 100644
--- a/src/H5Cprivate.h
+++ b/src/H5Cprivate.h
@@ -24,5 +24,6 @@
hid_t H5C_create (H5C_class_t type, void *tmpl);
void *H5C_copy (H5C_class_t type, const void *src);
+herr_t H5C_close (H5C_class_t type, void *tmpl);
#endif