[ERROR]
An old-style function parameter declaration was not compatible to a previous declaration.
void f(int i);
void f(i,j) int i; int j; {} // error
Declare the same parameters as in the previous declaration.