From 0beb178a2e1bac0efb774823567268cb75b0eaa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Hentschel?= Date: Fri, 4 Mar 2016 19:07:18 +0100 Subject: [PATCH] wrc: Remove getopt prototype. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: André Hentschel Signed-off-by: Alexandre Julliard --- tools/wrc/wrc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/wrc/wrc.c b/tools/wrc/wrc.c index 15326eec6cc..ea8bfe07a7c 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);