diff options
Diffstat (limited to 'src/include/getopt_long.h')
-rw-r--r-- | src/include/getopt_long.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/getopt_long.h b/src/include/getopt_long.h index 4afa8e001fa..02dc54783a5 100644 --- a/src/include/getopt_long.h +++ b/src/include/getopt_long.h @@ -28,9 +28,9 @@ struct option #ifndef HAVE_GETOPT_LONG -extern int getopt_long(int argc, char *const argv[], - const char *optstring, - const struct option *longopts, int *longindex); +extern int getopt_long(int argc, char *const argv[], + const char *optstring, + const struct option *longopts, int *longindex); #endif #endif /* GETOPT_LONG_H */ |