postgresql/src/bin/psql/mainloop.h
1999-11-04 21:56:02 +00:00

10 lines
148 B
C

#ifndef MAINLOOP_H
#define MAINLOOP_H
#include <stdio.h>
#include "settings.h"
int
MainLoop(PsqlSettings *pset, FILE *source);
#endif MAINLOOP_H