repo.or.cz
/
PostgreSQL.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix xslt_process() to ensure that it inserts a NULL terminator after the
[PostgreSQL.git]
/
src
/
bin
/
psql
/
tab-complete.h
blob
0b7c229bbb6a5340ac203bde58d6747da87117f4
1
/*
2
* psql - the PostgreSQL interactive terminal
3
*
4
* Copyright (c) 2000-2009, PostgreSQL Global Development Group
5
*
6
* $PostgreSQL$
7
*/
8
#ifndef TAB_COMPLETE_H
9
#define TAB_COMPLETE_H
10
11
#include
"postgres_fe.h"
12
13
void
initialize_readline
(
void
);
14
15
#endif