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