diff options
Diffstat (limited to 'soltools/cpp/_getopt.h')
-rw-r--r-- | soltools/cpp/_getopt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/soltools/cpp/_getopt.h b/soltools/cpp/_getopt.h index 8a8fccdd7eac..cb0a5008f410 100644 --- a/soltools/cpp/_getopt.h +++ b/soltools/cpp/_getopt.h @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SOLTOOLS_CPP_GETOPT_H -#define INCLUDED_SOLTOOLS_CPP_GETOPT_H +#ifndef INCLUDED_SOLTOOLS_CPP__GETOPT_H +#define INCLUDED_SOLTOOLS_CPP__GETOPT_H int stgetopt(int, char *const *, const char *); extern char *optarg; |