Code-Cleanup: function declarations (void, and k&r style) - Mailing list pgsql-patches

From Stefan Huehner
Subject Code-Cleanup: function declarations (void, and k&r style)
Date
Msg-id 20070314162537.GA16000@pro4u.org
Whole thread Raw
Responses Re: Code-Cleanup: function declarations (void, and k&r style)  (Neil Conway <neilc@samurai.com>)
List pgsql-patches
Hi,

attached patch fixes some function declarations:

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

Regards,
Stefan


Attachment

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: LIMIT/SORT optimization
Next
From: Stefan Huehner
Date:
Subject: Code-Cleanup: char* -> const char*