> >Anyway GNU C options -Wmissing-prototypes and
> >-Wmissing-declarations does that already so I didn't think
> >it worth while to check it in winapi_check as well.
> >
> >Of course winapi_check can be made do more advanced checks,
> >like checking the parameter names. So what do you wish to check?
>
> Some time ago Bertho Stultiens rised a problem with
> duplicated/wrong/missing
> prototypes in Wine header files. But since then nobody tryed
> to fix that.
Well I have supplied a few patches, however it is not much
and a lot more remains.
> I thought that winapi_check might do that as well. How
> difficult it will be
> to add this feature?
Not very, I have already done it. :-)
Took less than one hour including debugging.
However generates quite a lot of warnings so it is turned off by default.
The new option is called --headers.
I will send it to Alexandre among with some other patches
after I have fixed some other things.