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

#include <stdio.h>

int MainLoop(FILE *source);

#endif	 /* MAINLOOP_H */