mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
dthelp: Change to ANSI function definitions
This commit is contained in:
parent
97005a091e
commit
3503243d14
1 changed files with 2 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue