Fix xslt_process() to ensure that it inserts a NULL terminator after the
[PostgreSQL.git] / src / bin / psql / tab-complete.h
blob0b7c229bbb6a5340ac203bde58d6747da87117f4
1 /*
2 * psql - the PostgreSQL interactive terminal
4 * Copyright (c) 2000-2009, PostgreSQL Global Development Group
6 * $PostgreSQL$
7 */
8 #ifndef TAB_COMPLETE_H
9 #define TAB_COMPLETE_H
11 #include "postgres_fe.h"
13 void initialize_readline(void);
15 #endif