summaryrefslogtreecommitdiff
path: root/src/bin/psql/mainloop.h
blob: e6476ca7c6c4dd61f7a5265d90f110f51c2cef23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * psql - the PostgreSQL interactive terminal
 *
 * Copyright (c) 2000-2016, PostgreSQL Global Development Group
 *
 * src/bin/psql/mainloop.h
 */
#ifndef MAINLOOP_H
#define MAINLOOP_H

extern int	MainLoop(FILE *source);

#endif   /* MAINLOOP_H */