--- pgp/src/getopt.h 2018/04/24 16:41:26 1.1.1.2 +++ pgp/src/getopt.h 2018/04/24 16:45:55 1.1.1.4 @@ -1,4 +1,4 @@ #ifndef UNIX /* avoid conflict with stdlib.h */ -int pgp_getopt(int argc, char **argv, char *opts); +int pgp_getopt(int argc, char * const argv[], const char *opts); #endif