Thread: pgsql: fix up a couple non-prototypes of the form foo() to be foo(void)

pgsql: fix up a couple non-prototypes of the form foo() to be foo(void)

From
Greg Stark
Date:
fix up a couple non-prototypes of the form foo() to be foo(void) -- found using -Wstrict-prototypes

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7b66e2c086b1a24d8adad52842725db8c0499e02

Modified Files
--------------
src/bin/pg_basebackup/pg_basebackup.c |    4 ++--
src/interfaces/ecpg/include/ecpglib.h |    2 +-
2 files changed, 3 insertions(+), 3 deletions(-)