OSDN Git Service

Update copyright for the year 2010.
[pg-rex/syncrep.git] / src / bin / psql / mainloop.h
1 /*
2  * psql - the PostgreSQL interactive terminal
3  *
4  * Copyright (c) 2000-2010, PostgreSQL Global Development Group
5  *
6  * $PostgreSQL: pgsql/src/bin/psql/mainloop.h,v 1.24 2010/01/02 16:57:59 momjian Exp $
7  */
8 #ifndef MAINLOOP_H
9 #define MAINLOOP_H
10
11 #include "postgres_fe.h"
12
13 int                     MainLoop(FILE *source);
14
15 #endif   /* MAINLOOP_H */