aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/mainloop.h
blob: 0e2e5dd06eb9bfeb349a0e4e30027b9c20d5732f (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef MAINLOOP_H
#define MAINLOOP_H

#include <stdio.h>
#include "settings.h"

int
MainLoop(PsqlSettings *pset, FILE *source);

#endif MAINLOOP_H