aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/wsgetopt.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-01-04 21:26:51 +0000
committerGerald Combs <gerald@wireshark.org>2012-01-04 21:26:51 +0000
commit9dc580af2a19ac5a80b8ee610bdf6ae328495d52 (patch)
tree00393e3e49b36c7da2eb1a432648c82a1432d3dd /wsutil/wsgetopt.h
parentcd6d0b075fb1d4c86a519260fd95e88d1a01bdc0 (diff)
More C++ updates.
svn path=/trunk/; revision=40377
Diffstat (limited to 'wsutil/wsgetopt.h')
-rw-r--r--wsutil/wsgetopt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wsutil/wsgetopt.h b/wsutil/wsgetopt.h
index 8744bed10f..9d4f817f3a 100644
--- a/wsutil/wsgetopt.h
+++ b/wsutil/wsgetopt.h
@@ -115,7 +115,7 @@ extern int _getopt_internal (int argc, char *const *argv,
const struct option *longopts, int *longind,
int long_only);
#else /* not __STDC__ */
-extern int getopt ();
+extern int getopt (int, char *const *, const char *);
extern int getopt_long ();
extern int getopt_long_only ();