summaryrefslogtreecommitdiff
path: root/src/bin/psql/tab-complete.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/psql/tab-complete.h')
-rw-r--r--src/bin/psql/tab-complete.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/bin/psql/tab-complete.h b/src/bin/psql/tab-complete.h
new file mode 100644
index 00000000000..04d5a8bcee1
--- /dev/null
+++ b/src/bin/psql/tab-complete.h
@@ -0,0 +1,8 @@
+#ifndef TAB_COMPLETE_H
+#define TAB_COMPLETE_H
+
+#include <libpq-fe.h>
+
+void initialize_readline(PGconn ** conn);
+
+#endif