Update copyright for 2022
[pgsql.git] / src / bin / psql / mainloop.h
blob80e0c99d10bedf328430551454720935a2162101
1 /*
2 * psql - the PostgreSQL interactive terminal
4 * Copyright (c) 2000-2022, PostgreSQL Global Development Group
6 * src/bin/psql/mainloop.h
7 */
8 #ifndef MAINLOOP_H
9 #define MAINLOOP_H
11 #include "fe_utils/psqlscan.h"
13 extern const PsqlScanCallbacks psqlscan_callbacks;
15 extern int MainLoop(FILE *source);
17 #endif /* MAINLOOP_H */