mirror of
https://github.com/postgres/postgres.git
synced 2025-05-28 00:03:23 -04:00
14 lines
300 B
C
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 */
|