From 9dc580af2a19ac5a80b8ee610bdf6ae328495d52 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Wed, 4 Jan 2012 21:26:51 +0000 Subject: More C++ updates. svn path=/trunk/; revision=40377 --- wsutil/wsgetopt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wsutil/wsgetopt.h') 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 (); -- cgit v1.2.3