aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/mainloop.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/psql/mainloop.h')
-rw-r--r--src/bin/psql/mainloop.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/bin/psql/mainloop.h b/src/bin/psql/mainloop.h
index 0664ddfcafa..72d46d76dbd 100644
--- a/src/bin/psql/mainloop.h
+++ b/src/bin/psql/mainloop.h
@@ -3,13 +3,11 @@
*
* Copyright 2000 by PostgreSQL Global Development Group
*
- * $Header: /cvsroot/pgsql/src/bin/psql/mainloop.h,v 1.6 2000/01/29 16:58:49 petere Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/mainloop.h,v 1.7 2000/02/16 13:15:26 momjian Exp $
*/
#ifndef MAINLOOP_H
#define MAINLOOP_H
-#include <stdio.h>
-
int MainLoop(FILE *source);
#endif /* MAINLOOP_H */