PostgreSQL/src/bin/psql/mainloop.h
2000-02-16 13:15:26 +00:00

14 lines
300 B
C

/*
* 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 */