wrc: Remove getopt prototype.

Signed-off-by: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
André Hentschel 2016-03-04 19:07:18 +01:00 committed by Alexandre Julliard
parent 0766334d04
commit 0beb178a2e
1 changed files with 0 additions and 1 deletions

View File

@ -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);