André Hentschel : wrc: Remove getopt prototype.
Module: wine Branch: master Commit: 0beb178a2e1bac0efb774823567268cb75b0eaa5 URL: http://source.winehq.org/git/wine.git/?a=commit;h=0beb178a2e1bac0efb77482356... Author: André Hentschel <nerv(a)dawncrow.de> Date: Fri Mar 4 19:07:18 2016 +0100 wrc: Remove getopt prototype. Signed-off-by: André Hentschel <nerv(a)dawncrow.de> Signed-off-by: Alexandre Julliard <julliard(a)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);
participants (1)
-
Alexandre Julliard