Fix the getopt() prototype to match the system one.

This commit is contained in:
Peter Wemm 1997-03-11 17:14:37 +00:00
parent 4cd4220565
commit 89cb27a3d4

View File

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