mainloop.h 158 Bytes
#ifndef MAINLOOP_H
#define MAINLOOP_H

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

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

#endif	 /* MAINLOOP_H */