/* * psql - the PostgreSQL interactive terminal * * Copyright 2000 by PostgreSQL Global Development Team * * $Header: /cvsroot/pgsql/src/bin/psql/tab-complete.h,v 1.2 2000/01/18 23:30:24 petere Exp $ */ #ifndef TAB_COMPLETE_H #define TAB_COMPLETE_H void initialize_readline(void); #endif