mirror of
https://github.com/postgres/postgres.git
synced 2025-12-10 14:22:35 +03:00
Major psql overhaul by Peter Eisentraut.
This commit is contained in:
10
src/bin/psql/mainloop.h
Normal file
10
src/bin/psql/mainloop.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef MAINLOOP_H
|
||||
#define MAINLOOP_H
|
||||
|
||||
#include <stdio.h>
|
||||
#include "settings.h"
|
||||
|
||||
int
|
||||
MainLoop(PsqlSettings *pset, FILE *source);
|
||||
|
||||
#endif MAINLOOP_H
|
||||
Reference in New Issue
Block a user