summaryrefslogtreecommitdiff
path: root/src/getopt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/getopt.c')
-rwxr-xr-x[-rw-r--r--]src/getopt.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/getopt.c b/src/getopt.c
index c41531e6..218e4a4b 100644..100755
--- a/src/getopt.c
+++ b/src/getopt.c
@@ -969,11 +969,9 @@ _getopt_internal (argc, argv, optstring, longopts, longind, long_only)
}
}
-int
-getopt (argc, argv, optstring)
- int argc;
- char *const *argv;
- const char *optstring;
+int getopt(int argc, char *const *argv, const char *optstring);
+int
+getopt(int argc, char *const *argv, const char *optstring)
{
return _getopt_internal (argc, argv, optstring,
(const struct option *) 0,