diff options
Diffstat (limited to 'test/h5test.h')
-rw-r--r-- | test/h5test.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/h5test.h b/test/h5test.h index a5b81da..98f6060 100644 --- a/test/h5test.h +++ b/test/h5test.h @@ -56,7 +56,7 @@ extern "C" { int h5_cleanup(hid_t fapl); herr_t h5_errors(void *client_data); -char *h5_fixname(const char *basename, hid_t fapl, char *fullname, +char *h5_fixname(const char *base_name, hid_t fapl, char *fullname, size_t size); hid_t h5_fileaccess(void); void h5_no_hwconv(void); |