2 * psql - the PostgreSQL interactive terminal
4 * Copyright (c) 2000-2025, PostgreSQL Global Development Group
6 * src/bin/psql/mainloop.h
11 #include "fe_utils/psqlscan.h"
13 extern const PsqlScanCallbacks psqlscan_callbacks
;
15 extern int MainLoop(FILE *source
);
17 #endif /* MAINLOOP_H */