> Patrik Stridvall <[EMAIL PROTECTED]> wrote:
> [...]
> >winapi_check currently does rudimentary checks like.
> >1. Every Windows API function must have a documention header.
> >2. The documentation header must contain the function name
> > in some form.
>
> How about to check prototypes of API functions in the headers too?
> Currently everyone should add prototypes to headers themself when
> they needed to use them.
What has that to do with documentation?
I guess you mean winapi_check in general.
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?
PS. I case you didn't notice I do send in fixes for issues found
when compiling with -Wmissing-prototypes and -Wmissing-declarations.