diff options
Diffstat (limited to 'src/H5Apublic.h')
-rw-r--r-- | src/H5Apublic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Apublic.h b/src/H5Apublic.h index b3b556f..f40d17e 100644 --- a/src/H5Apublic.h +++ b/src/H5Apublic.h @@ -37,7 +37,7 @@ herr_t H5Aclose(hid_t attr_id); hid_t H5Aget_space(hid_t attr_id); hid_t H5Aget_type(hid_t attr_id); size_t H5Aget_name(hid_t attr_id, size_t buf_size, char *buf); -int H5Anum_attrs(hid_t loc_id); +int H5Aget_num_attrs(hid_t loc_id); int H5Aiterate(hid_t loc_id, unsigned *attr_num, H5A_operator_t op, void *op_data); herr_t H5Adelete(hid_t loc_id, const char *name); |