/* * psql - the PostgreSQL interactive terminal * * Copyright 2000 by PostgreSQL Global Development Group * * $Header: /cvsroot/pgsql/src/bin/psql/mainloop.h,v 1.7 2000/02/16 13:15:26 momjian Exp $ */ #ifndef MAINLOOP_H #define MAINLOOP_H int MainLoop(FILE *source); #endif /* MAINLOOP_H */