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