/* * psql - the PostgreSQL interactive terminal * * Copyright 2000 by PostgreSQL Global Development Group * * $Header: /cvsroot/pgsql/src/bin/psql/tab-complete.h,v 1.6 2001/02/10 02:31:28 tgl Exp $ */ #ifndef TAB_COMPLETE_H #define TAB_COMPLETE_H #include "postgres_fe.h" void initialize_readline(void); #endif