=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: wrc: Remove getopt prototype.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Mar 7 08:50:37 CST 2016


Module: wine
Branch: master
Commit: 0beb178a2e1bac0efb774823567268cb75b0eaa5
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=0beb178a2e1bac0efb774823567268cb75b0eaa5

Author: André Hentschel <nerv at dawncrow.de>
Date:   Fri Mar  4 19:07:18 2016 +0100

wrc: Remove getopt prototype.

Signed-off-by: André Hentschel <nerv at dawncrow.de>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 tools/wrc/wrc.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tools/wrc/wrc.c b/tools/wrc/wrc.c
index 15326ee..ea8bfe0 100644
--- a/tools/wrc/wrc.c
+++ b/tools/wrc/wrc.c
@@ -162,7 +162,6 @@ int parser_debug, yy_flex_debug;
 
 resource_t *resource_top;	/* The top of the parsed resources */
 
-int getopt (int argc, char *const *argv, const char *optstring);
 static void cleanup_files(void);
 static void segvhandler(int sig);
 




More information about the wine-cvs mailing list