summaryrefslogtreecommitdiff
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.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/bin/psql/mainloop.h b/src/bin/psql/mainloop.h
deleted file mode 100644
index 6bec7b4b9fa..00000000000
--- a/src/bin/psql/mainloop.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * psql - the PostgreSQL interactive terminal
- *
- * Copyright 2000 by PostgreSQL Global Development Group
- *
- * $Header: /cvsroot/pgsql/src/bin/psql/mainloop.h,v 1.13 2001/11/05 17:46:31 momjian Exp $
- */
-#ifndef MAINLOOP_H
-#define MAINLOOP_H
-
-#include "postgres_fe.h"
-#include <stdio.h>
-#ifndef WIN32
-#include <setjmp.h>
-
-extern sigjmp_buf main_loop_jmp;
-#endif
-
-int MainLoop(FILE *source);
-
-#endif /* MAINLOOP_H */