Header And Logo

PostgreSQL
| The world's most advanced open source database.

mainloop.h

Go to the documentation of this file.
00001 /*
00002  * psql - the PostgreSQL interactive terminal
00003  *
00004  * Copyright (c) 2000-2013, PostgreSQL Global Development Group
00005  *
00006  * src/bin/psql/mainloop.h
00007  */
00008 #ifndef MAINLOOP_H
00009 #define MAINLOOP_H
00010 
00011 #include "postgres_fe.h"
00012 
00013 int         MainLoop(FILE *source);
00014 
00015 #endif   /* MAINLOOP_H */