mainloop.h 158 Bytes EditWeb IDE 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 */