summaryrefslogtreecommitdiffstats
path: root/hl/src/H5DS.h
diff options
context:
space:
mode:
Diffstat (limited to 'hl/src/H5DS.h')
-rw-r--r--hl/src/H5DS.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/hl/src/H5DS.h b/hl/src/H5DS.h
index 327f602..48e2365 100644
--- a/hl/src/H5DS.h
+++ b/hl/src/H5DS.h
@@ -51,9 +51,8 @@ herr_t H5DSdetach_scale(hid_t did,
herr_t H5DSset_scale(hid_t dsid,
char *dimname);
-herr_t H5DSget_nscales(hid_t did,
- unsigned int dim,
- int *nscales);
+int H5DSget_num_scales(hid_t did,
+ unsigned int dim);
herr_t H5DSset_label(hid_t did,
unsigned int idx,
@@ -68,7 +67,7 @@ ssize_t H5DSget_scale_name(hid_t did,
char *name,
size_t size);
-herr_t H5DSis_scale(hid_t did);
+htri_t H5DSis_scale(hid_t did);
herr_t H5DSiterate_scales(hid_t did,
unsigned int dim,