summaryrefslogtreecommitdiffstats
path: root/src/H5Lprivate.h
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2021-05-29 02:59:58 (GMT)
committerGitHub <noreply@github.com>2021-05-29 02:59:58 (GMT)
commit2da5855900d6e11d1db87a38f307fb72f95e809a (patch)
tree039e37664eb55604ccefb35f5a108764b4453fbb /src/H5Lprivate.h
parent552ce4952b48c6c16d51023d0e30daa823706dc3 (diff)
downloadhdf5-2da5855900d6e11d1db87a38f307fb72f95e809a.zip
hdf5-2da5855900d6e11d1db87a38f307fb72f95e809a.tar.gz
hdf5-2da5855900d6e11d1db87a38f307fb72f95e809a.tar.bz2
Split H5L.c internal code to H5Lint.c (#691)
* Committing clang-format changes * Splits internal parts of H5L.c to H5Lint.c Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'src/H5Lprivate.h')
-rw-r--r--src/H5Lprivate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Lprivate.h b/src/H5Lprivate.h
index 740fc1e..b114c17 100644
--- a/src/H5Lprivate.h
+++ b/src/H5Lprivate.h
@@ -123,6 +123,7 @@ H5_DLL herr_t H5L_iterate(H5G_loc_t *loc, const char *group_name, H5_index_t idx
/* User-defined link functions */
H5_DLL herr_t H5L_register(const H5L_class_t *cls);
H5_DLL herr_t H5L_unregister(H5L_type_t id);
+H5_DLL herr_t H5L_is_registered(H5L_type_t id, hbool_t *is_registered);
H5_DLL const H5L_class_t *H5L_find_class(H5L_type_t id);
#endif /* H5Lprivate_H */