X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=src%2Frrd_getopt1.c;h=32e54915debc31989234ca87b960230f569f4f3d;hp=1ace77e24c9157e5254a485d0866b417bc5411e8;hb=d372ef83ee1b95f5263f80258b1cb750249ea89f;hpb=bbee4e31db966702d6fa3d7f4907b14aa1cb5aba diff --git a/src/rrd_getopt1.c b/src/rrd_getopt1.c index 1ace77e..32e5491 100644 --- a/src/rrd_getopt1.c +++ b/src/rrd_getopt1.c @@ -66,7 +66,7 @@ #endif int getopt_long(int argc, - char** argv, + char* const* argv, const char* options, const struct option* long_options, int* opt_index) @@ -80,7 +80,7 @@ int getopt_long(int argc, instead. */ int getopt_long_only(int argc, - char** argv, + char* const* argv, const char* options, const struct option* long_options, int* opt_index)