You screwed up the curly braces {
They must match. Each { must be matched with a }. What you wrote they do not match, therefore your function changeLED never gets defined.
In the void updateLEDsLong function definition you have an extra } at the end of the function.