summaryrefslogtreecommitdiff
path: root/soltools/cpp/_getopt.h
diff options
context:
space:
mode:
Diffstat (limited to 'soltools/cpp/_getopt.h')
-rw-r--r--soltools/cpp/_getopt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/soltools/cpp/_getopt.h b/soltools/cpp/_getopt.h
index c894c2c9153f..fb128a9d381a 100644
--- a/soltools/cpp/_getopt.h
+++ b/soltools/cpp/_getopt.h
@@ -20,8 +20,8 @@
#ifndef INCLUDED_SOLTOOLS_CPP__GETOPT_H
#define INCLUDED_SOLTOOLS_CPP__GETOPT_H
-int stgetopt(int, char *const [], const char *);
-extern char *optarg;
+int stgetopt(int, char* const[], const char*);
+extern char* optarg;
extern int optind;
#endif