/* * psql - the PostgreSQL interactive terminal * * Copyright 2000 by PostgreSQL Global Development Group * * $Header: /cvsroot/pgsql/src/bin/psql/tab-complete.h,v 1.5 2000/04/12 17:16:23 momjian Exp $ */ #ifndef TAB_COMPLETE_H #define TAB_COMPLETE_H #include "postgres.h" void initialize_readline(void); #endif