From 7c9390caa14ea2d5d99d69d2a34eee4d45d43b9c Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 14 Jan 2000 22:18:03 +0000 Subject: Fixed psql variables vs array syntax, as well as minor psql enhancements --- src/bin/psql/mainloop.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/bin/psql/mainloop.h') diff --git a/src/bin/psql/mainloop.h b/src/bin/psql/mainloop.h index b2b05d7d11b..439703d0404 100644 --- a/src/bin/psql/mainloop.h +++ b/src/bin/psql/mainloop.h @@ -2,9 +2,7 @@ #define MAINLOOP_H #include -#include "settings.h" -int - MainLoop(PsqlSettings *pset, FILE *source); +int MainLoop(FILE *source); #endif /* MAINLOOP_H */ -- cgit v1.2.3