Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use prototype syntax in function definitions.
Use prototype syntax in function definitions, not just function declarations. This means that some forward declarations are no longer necessary; remove them.
- Loading branch information