Fix compiler warnings

This commit is contained in:
Ben Gras 2006-03-24 13:55:04 +00:00
parent 58aee91edf
commit e1f91e1855

View file

@ -161,5 +161,5 @@ _PROTOTYPE(int yyparse, (void));
_PROTOTYPE(int yylex, (void));
/* Other things... */
_PROTOTYPE(int getopt, (int, char * const [], const char * ));
_PROTOTYPE(int getopt, (int, char * [], char * ));