OSDN Git Service

Update copyright to 2004.
[pg-rex/syncrep.git] / src / bin / psql / tab-complete.h
1 /*
2  * psql - the PostgreSQL interactive terminal
3  *
4  * Copyright (c) 2000-2004, PostgreSQL Global Development Group
5  *
6  * $PostgreSQL: pgsql/src/bin/psql/tab-complete.h,v 1.11 2004/08/29 04:13:03 momjian Exp $
7  */
8 #ifndef TAB_COMPLETE_H
9 #define TAB_COMPLETE_H
10
11 #include "postgres_fe.h"
12
13 void            initialize_readline(void);
14
15 #endif