dthelp: Change to ANSI function definitions
This commit is contained in:
parent
97005a091e
commit
3503243d14
|
|
@ -138,9 +138,8 @@ struct {
|
|||
#define NO8BITCHARS 256
|
||||
int invert[NO8BITCHARS], emptycell;
|
||||
|
||||
main(argc, argv)
|
||||
int argc;
|
||||
char *argv[];
|
||||
int
|
||||
main(int argc, char *argv[])
|
||||
{
|
||||
int i, both = FALSE, spec = FALSE, coll = FALSE, error = FALSE ;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue