wrc: Remove getopt prototype

André Hentschel nerv at dawncrow.de
Fri Mar 4 12:07:18 CST 2016


Signed-off-by: André Hentschel <nerv at dawncrow.de>
---
 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);
 
-- 
1.9.1





More information about the wine-patches mailing list