summaryrefslogtreecommitdiff
path: root/src/bin/psql/mainloop.h
blob: 0664ddfcafad211bab959d980577c87f2c1bc155 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * psql - the PostgreSQL interactive terminal
 *
 * Copyright 2000 by PostgreSQL Global Development Group
 *
 * $Header: /cvsroot/pgsql/src/bin/psql/mainloop.h,v 1.6 2000/01/29 16:58:49 petere Exp $
 */
#ifndef MAINLOOP_H
#define MAINLOOP_H

#include <stdio.h>

int MainLoop(FILE *source);

#endif	 /* MAINLOOP_H */