This is a preliminary patch series which turns a small number of
forward declarations into prototypes in header files. This has
the advantage of properly declaring the argument list of functions.
The disadvantage is that some prototypes that are perhaps meant to be 
local to one file as forward declarations end up being exposed to 
other code.

Reply via email to