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.
- Turning forward declarations into prototypes Marin Ramesa
- [PATCH 3/7] kern: move forward declarations into a he... Marin Ramesa
- [PATCH 2/7] vm: move forward declarations into a head... Marin Ramesa
- [PATCH 4/7] kern: move forward declaration into a hea... Marin Ramesa
- [PATCH 7/7] kern: move forward declarations into a he... Marin Ramesa
- Re: Turning forward declarations into prototypes Samuel Thibault