summaryrefslogtreecommitdiffstats
path: root/hl
diff options
context:
space:
mode:
Diffstat (limited to 'hl')
-rw-r--r--hl/src/H5LT.c2
-rw-r--r--hl/src/H5LT.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/hl/src/H5LT.c b/hl/src/H5LT.c
index 8a19083..bdd76ef 100644
--- a/hl/src/H5LT.c
+++ b/hl/src/H5LT.c
@@ -2467,7 +2467,7 @@ herr_t H5LTget_attribute_long( hid_t loc_id,
herr_t H5LTget_attribute_long_long( hid_t loc_id,
const char *obj_name,
const char *attr_name,
- long long *data )
+ long_long *data )
{
/* identifiers */
diff --git a/hl/src/H5LT.h b/hl/src/H5LT.h
index 9b50db3..e18af31 100644
--- a/hl/src/H5LT.h
+++ b/hl/src/H5LT.h
@@ -291,7 +291,7 @@ herr_t H5LTget_attribute_long( hid_t loc_id,
herr_t H5LTget_attribute_long_long( hid_t loc_id,
const char *obj_name,
const char *attr_name,
- long long *data );
+ long_long *data );
herr_t H5LTget_attribute_ulong( hid_t loc_id,
const char *obj_name,