summaryrefslogtreecommitdiffstats
path: root/src/H5Xprivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Xprivate.h')
-rw-r--r--src/H5Xprivate.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/H5Xprivate.h b/src/H5Xprivate.h
index ad8966d..598ef6d 100644
--- a/src/H5Xprivate.h
+++ b/src/H5Xprivate.h
@@ -53,12 +53,12 @@ H5_DLL H5X_class_t *H5X_registered(unsigned plugin_id);
H5_DLL herr_t H5X_register(const H5X_class_t *index_plugin);
H5_DLL herr_t H5X_unregister(unsigned plugin_id);
-H5_DLL herr_t H5X_create(hid_t dset_id, unsigned plugin_id, hid_t xcpl_id);
-H5_DLL herr_t H5X_remove(hid_t dset_id, unsigned plugin_id);
-H5_DLL herr_t H5X_can_create(hid_t dset_id, hid_t dcpl_id);
+H5_DLL herr_t H5X_create(hid_t loc_id, unsigned plugin_id, hid_t xcpl_id);
+H5_DLL herr_t H5X_remove(hid_t loc_id, unsigned plugin_id);
+H5_DLL herr_t H5X_can_create_data(hid_t dset_id, hid_t dcpl_id);
-H5_DLL herr_t H5X_get_count(hid_t dset_id, hsize_t *idx_count);
+H5_DLL herr_t H5X_get_count(hid_t loc_id, hsize_t *idx_count);
-H5_DLL herr_t H5X_get_size(hid_t dset_id, hsize_t *idx_size);
+H5_DLL herr_t H5X_get_size(hid_t loc_id, hsize_t *idx_size);
#endif /* _H5Xprivate_H */