]> granicus.if.org Git - postgresql/blob - src/bin/psql/mainloop.h
Clean up some misplaced #includes.
[postgresql] / src / bin / psql / mainloop.h
1 /*
2  * psql - the PostgreSQL interactive terminal
3  *
4  * Copyright (c) 2000-2016, PostgreSQL Global Development Group
5  *
6  * src/bin/psql/mainloop.h
7  */
8 #ifndef MAINLOOP_H
9 #define MAINLOOP_H
10
11 extern int      MainLoop(FILE *source);
12
13 #endif   /* MAINLOOP_H */