diff options
-rw-r--r-- | soltools/cpp/_getopt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/soltools/cpp/_getopt.h b/soltools/cpp/_getopt.h index cb0a5008f410..c894c2c9153f 100644 --- a/soltools/cpp/_getopt.h +++ b/soltools/cpp/_getopt.h @@ -20,7 +20,7 @@ #ifndef INCLUDED_SOLTOOLS_CPP__GETOPT_H #define INCLUDED_SOLTOOLS_CPP__GETOPT_H -int stgetopt(int, char *const *, const char *); +int stgetopt(int, char *const [], const char *); extern char *optarg; extern int optind; |