summaryrefslogtreecommitdiffstats
path: root/src/H5Lprivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Lprivate.h')
-rw-r--r--src/H5Lprivate.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5Lprivate.h b/src/H5Lprivate.h
index bfe3949..0d1c81d 100644
--- a/src/H5Lprivate.h
+++ b/src/H5Lprivate.h
@@ -53,9 +53,9 @@ H5_DLL herr_t H5L_init(void);
H5_DLL herr_t H5L_register_external(void);
/* User-defined link functions */
-H5_DLL herr_t H5L_register (const H5L_link_class_t *cls);
-H5_DLL herr_t H5L_unregister (H5L_link_t id);
-H5_DLL const H5L_link_class_t *H5L_find_class(H5L_link_t id);
+H5_DLL herr_t H5L_register(const H5L_class_t *cls);
+H5_DLL herr_t H5L_unregister(H5L_type_t id);
+H5_DLL const H5L_class_t *H5L_find_class(H5L_type_t id);
#endif /* _H5Lprivate_H */