diff options
Diffstat (limited to 'src/H5Gpublic.h')
-rw-r--r-- | src/H5Gpublic.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/H5Gpublic.h b/src/H5Gpublic.h index 294166f..217ad7e 100644 --- a/src/H5Gpublic.h +++ b/src/H5Gpublic.h @@ -70,8 +70,7 @@ herr_t H5Gstat (hid_t loc_id, const char *name, hbool_t follow_link, herr_t H5Gget_linkval (hid_t loc_id, const char *name, size_t size, char *buf/*out*/); herr_t H5Gset_comment(hid_t loc_id, const char *name, const char *comment); -herr_t H5Gget_comment(hid_t loc_id, const char *name, size_t bufsize, - char *buf); +int H5Gget_comment(hid_t loc_id, const char *name, size_t bufsize, char *buf); #ifdef __cplusplus } |