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

From: Stefan Huehner <stefan(at)huehner(dot)org>
To: pgsql-patches(at)postgresql(dot)org
Subject: Code-Cleanup: function declarations (void, and k&r style)
Date: 2007-03-14 16:25:37
Message-ID: 20070314162537.GA16000@pro4u.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Hi,

attached patch fixes some function declarations:

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

Regards,
Stefan

Attachment Content-Type Size
pgsql_kr1.diff text/x-diff 1.8 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Stefan Huehner 2007-03-14 16:26:27 Code-Cleanup: char* -> const char*
Previous Message Tom Lane 2007-03-14 16:06:32 Re: LIMIT/SORT optimization