Thread: Code-Cleanup: function declarations (void, and k&r style)

Code-Cleanup: function declarations (void, and k&r style)

From
Stefan Huehner
Date:
Hi,

attached patch fixes some function declarations:

- () -> (void)
- k&r style -> ansi C

Regards,
Stefan


Attachment

Re: Code-Cleanup: function declarations (void, and k&r style)

From
Neil Conway
Date:
Stefan Huehner wrote:
> attached patch fixes some function declarations:
>
> - () -> (void)
> - k&r style -> ansi C
>

Applied, thanks for the patch.

-Neil