aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/tab-complete.h
blob: 04d5a8bcee1003d794fc23b7b655ebd9b39a5a73 (plain)
1
2
3
4
5
6
7
8
#ifndef TAB_COMPLETE_H
#define TAB_COMPLETE_H

#include <libpq-fe.h>

void initialize_readline(PGconn ** conn);

#endif