make_xftmpl: Remove getopt prototype

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


Signed-off-by: André Hentschel <nerv at dawncrow.de>
---
 tools/make_xftmpl.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tools/make_xftmpl.c b/tools/make_xftmpl.c
index 6a22fef..4f782f1 100644
--- a/tools/make_xftmpl.c
+++ b/tools/make_xftmpl.c
@@ -92,8 +92,6 @@ static const struct keyword reserved_words[] = {
     {"WORD", TOKEN_WORD}
 };
 
-extern int getopt(int argc, char *const *argv, const char *optstring);
-
 static BOOL option_header;
 static char *option_inc_var_name = NULL;
 static char *option_inc_size_name = NULL;
-- 
1.9.1




More information about the wine-patches mailing list