/* * psql - the PostgreSQL interactive terminal * * Copyright 2000 by PostgreSQL Global Development Group * * $Header: /cvsroot/pgsql/src/bin/psql/tab-complete.h,v 1.4 2000/03/05 13:30:19 petere Exp $ */ #ifndef TAB_COMPLETE_H #define TAB_COMPLETE_H #include "postgres.h" void initialize_readline(void); #endif