summaryrefslogtreecommitdiffstats
path: root/src/H5private.h
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-01-31 05:06:01 (GMT)
committerGitHub <noreply@github.com>2022-01-31 05:06:01 (GMT)
commit79d93d1661563f3570b2d0128a07bc7d7fc93ea8 (patch)
treed2be68b11b61a649a61fdf5cdca8d5499cf2a329 /src/H5private.h
parent3b575625cbae00f24217a41d3ef2eb787b2e45d4 (diff)
downloadhdf5-79d93d1661563f3570b2d0128a07bc7d7fc93ea8.zip
hdf5-79d93d1661563f3570b2d0128a07bc7d7fc93ea8.tar.gz
hdf5-79d93d1661563f3570b2d0128a07bc7d7fc93ea8.tar.bz2
1 10 Remove const from the argv tools/tests main sig. #1390 (#1405)
Diffstat (limited to 'src/H5private.h')
-rw-r--r--src/H5private.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/H5private.h b/src/H5private.h
index 4c25b75..5227734 100644
--- a/src/H5private.h
+++ b/src/H5private.h
@@ -2561,7 +2561,8 @@ struct h5_long_options {
*/
};
-H5_DLL int H5_get_option(int argc, const char **argv, const char *opt, const struct h5_long_options *l_opt);
+H5_DLL int H5_get_option(int argc, const char *const *argv, const char *opt,
+ const struct h5_long_options *l_opt);
#ifdef H5_HAVE_PARALLEL
/* Generic MPI functions */